Userstory
We have different boards with tickets implementing each other.
Example:
Project A creates a ticket A-1 with prio "low". The ticket is implemented by a task B-1 in Project B. The ticket in project B is hence also "low" in priority.
A few days later, the priority changes for A-1, to critical.
There is now an imbalance as a result.
How can I search for tickets with this imbalance?
Thank you very much in advance!
P.S.: We use on demand.
Hi,
You cannot do this out of the box. You can see which issues have had their priority changed to narrow down the issues you need to review, using for example:
project = A AND priority CHANGED (TO <prio> AFTER <date>)
To create a query that will look at the linked issues and their priority as well, you will need a plugin. Most of the plugins are not available for On demand, but this one is (and it is free!): https://marketplace.atlassian.com/plugins/jql-pro
I have no experience with this plugin, but it looks like it can resolve your problem.
Regards,
Geert
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.