Important Update Effective February 1, 2024!
Due to recent changes in Jira and Confluence, we've made the tough decision to discontinue the OpenID Connect (OIDC)/OAuth app and no longer provide new versions for the newest Jira/Confluence releases as of January 31, 2024.
This is due to some necessary components no longer shipping with Jira/Confluence, which would require some extensive rewrites of the OIDC App.
Important Update! This app will be discontinued soon!
Due to recent changes in Jira, which no longer ships with some components required for our Read Receipts app to run, we've made the tough decision to discontinue the app, as of Februar 5, 2025.
Important Update! This app will be discontinued soon!
We've made the tough business decision to discontinue the app, as of January 11, 2025.
Using JQL to report on issues reassigned by Out of Office
Building a JQL of issues with assignees changed by Out of Office
JQL can look up which issues have had their assignees changed by the app. In order to do this, the app must be called with the ID "59fb203e1c0767667b2ce0ad".
Here's a full example of the syntax for these queries:
assignee CHANGED BY "59fb203e1c0767667b2ce0ad" AFTER "date1" BEFORE "date2" FROM "userID1" TO "userID2"
- The JQL must contain the expression "assignee CHANGED BY "59fb203e1c0767667b2ce0ad"
- The AFTER and BEFORE parameters are optional and can be used to track assignee changes over a specific period of time
- The FROM and TO parameters are also optional.
Building reports that capture Out of Office reassignments
Using native Jira gadgets
Here are some examples of reassignment reports built with Jira native gadgets:
Chart | |||||
---|---|---|---|---|---|
| |||||
Sample Query |
CODE
| ||||
Explore this chart! There are many combinations available (Creator, Epic Link, Sprint, Category...) | |||||
Sample Query |
CODE
| ||||
| |||||
Sample Query |
CODE
| ||||
| |||||
Sample Query |
CODE
| ||||
| |||||
CODE
| |||||
You can restrict how many coverers are shown with the TO parameter | |||||
Sample Query |
CODE
| ||||
| |||||
Sample Query |
CODE
| ||||
| |||||
Sample Query |
CODE
| ||||
| |||||
Sample Query |
CODE
|
Using Custom Charts for Jira
Out of Office reassignments can be read by any reporting apps from the Atlassian Marketplace, like Custom Charts for Jira, that support JQL expressions.
A main advantage of Custom Charts for Jira is the ability to connect any number of gadgets to a Simple Search gadget, such that the charts display different statistics on the JQL and filters applied to the Simple Search.
See the example below:
For more inspiration, you can read a blog article on 14 dashboard gadgets to nail capacity planning in Jira with Custom Charts.