Bridge To JIRA - show all fields of an issue

Sometimes it may be interesting to show an issue in its entirety...

... or maybe just some of the fields.

Example: a newly introduced short-code can show just some of all the fields of the issue with key DBTJ-14. Below we see assignee's progress on an issue nicely rendered as a progress bar.

[btj-issue fields="key, assignee, progress" issue="DBTJ-14"][/btj-issue]

This issue is about a browser bug

Assignee
 John Doe
Progress

... or we can show all the issue fields by not mentioning and field.

[btj-issue fields="" issue="DBTJ-14"][/btj-issue]

This issue is about a browser bug

Status Category Changed
2022/27/02 20:16
Issue Type
 A problem or error.
Time Spent
0 days, 1 hours
Project
 Demo Bridge To JIRA
Team
Analysis team
Σ Time Spent
2 days, 12 hours
Resolution
Done
Satisfaction date
2022/18/02 00:30
Resolved
2022/27/02 20:16
Work Ratio
12
Watchers
1
Restrict to
Created
2021/18/05 09:11
Flagged
Target start
2022-03-01
Target end
2022-03-04
Priority
 Highest
[CHART] Time in Status
10000_*:*_1_*:*_24663584097_*|*_10002_*:*_1_*:*_0
Story point estimate
3
Parent Link
Rank
0|i0002v:
Σ Original Estimate
28800
Remaining Estimate
20 days, 0 hours
Assignee
 John Doe
Updated
2023/20/06 18:53
Status
Done
Components
Browser
Original estimate
28800
Description
{noformat}| Day | Meal | Price | | --------|---------|-------| | Monday | pasta | $6 | | Tuesday | chicken | $8 |{noformat} [https://snowlinesoftware.atlassian.net/browse/DBTJ-14|https://snowlinesoftware.atlassian.net/browse/DBTJ-14|smart-link]
Time tracking
Remaining: 1d
Time Spent: 1h
Σ Remaining Estimate
20 days, 0 hours
Creator
 Cosmin Cremarenco
Reporter
 Cosmin Cremarenco
Σ Progress
Progress
Votes
0
Comment

By  Cosmin Cremarenco at 2021/24/08 19:24

This is a comment.

Log Work
Cosmin Cremarenco:1h

 

Bridge To JIRA - Attachments Widget

In order to quickly manage your JIRA issue attachments in WordPress you can use the Bridge To JIRA attachment widget:

  • it allows seeing attachments of all issues from the current project;
  • allows adding attachments to an issue.

Check the animated GIF below for a short sample of what the widget can do.

Security is covered. All the usual configuration options in WordPress can be used in order to choose for which users the widget is shown.

Bridge To JIRA - configure datetime format

Configuring of a particular format for the datetime displayed by the Bridge to JIRA plugin is done using a classic WordPress filter.

The easiest is to have a parallel plugin of a few lines of code that will just add and implement the filter.

Continue reading "Bridge To JIRA - configure datetime format"

Bridge To JIRA - paginated tables

It may happen that there are lots of JIRA issues that match the filter you set in order to display them as a table. In that case retrieving and displaying all issues can take a long time and it doesn't offer a good end-user experience.

A new feature in the Bridge To JIRA plugin allows you to paginate the rendered table by just giving two simple arguments to the [btj-table] short-code:

  • rowsperpage specifies a maximum of number of lines that a table can have in a single page;
  • id specifies an arbitrary unique id for this table ideally into the whole WordPress blog.

Both these arguments are mandatory.

If the whole table has more lines than rowsperpage a familiar page index will appear under the table allowing one to quickly go to the needed page.

Continue reading "Bridge To JIRA - paginated tables"

Bridge to JIRA - create new issues

With Bridge to JIRA you can create new issues directly from WordPress.

This has the advantage that you don't need to expose your JIRA instance to Internet.

This is as simple as including the following short-code in the post or page from where you wish to be able to create a new issue.

[btj-create-issue][/btj-create-issue]

Continue reading "Bridge to JIRA - create new issues"

Bridge To JIRA - present issues from JIRA directly in WordPress

The Bridge To JIRA plugin allows you in an easy manner to present issues from a live JIRA instance by using a familiar JPQL filter.

The example below is live: the table will change automatically when the JIRA issues change.

The table is generated using the following WordPress short-code that the Bridge to JIRA plugin parses. It simply presents the summary, assignee and the status for all existing JIRA issues. Here, no JPQL filter is used.

Continue reading "Bridge To JIRA - present issues from JIRA directly in WordPress"