I have a support-centric project in which L3 support issues are created. When these turn out to be product issues we create a development-centric project bug issue and link it to the support issue.
I now need to be able to find all support issues in "waiting for bug fix" status that relate to development bugs that are closed.
How can I do this?
There are any numbe of ways to accomplish this OOTB. Here are a few ideas to consider.
all of the above will allow you to easily create filters and dashboards to monitor the development issues. The first has some added benefits so as monitoring average time in status.
Hi Jack,
We already have Status "waiting for bug fix" in the support issue, and this is the status we move to as we add the link. I don't understand how your other suggestions would help me find the support issues in "waiting for bug fix" status that have a related dev issue in "closed" status. Can you explain?
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phil Weighill-Smith, OOTB while you can't construct a JQL that would reach thru the linked issue to find the status of the linked issue my alternative suggestion would be as follows...
Use Automation to transition the JSD issue once the SW linked issue closes. If the status is unique, e.g. "Dev Complete" then you can easily search for these and take whatever action you wish on them.
FWIW, in my case I don't use this interim status, rather I simply automatically transition the JSD issue to Done and add a canned public comment to notify the customer. The comment added depends on the actual resolution of the dev issue, e.g. Done = we fixed it, Won't Don = we won't fix it, Cannot Reproduce =....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds good. Let me know if you need any assistance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can get this easily if you have scriptrunner plugin or anything else that can find linked issues. But I would recommend scriptrunner.
Please follow the below threads to see how it works. In case if you have any difficulty building the JQL, please let me know.
https://community.atlassian.com/t5/Jira-questions/Get-list-of-linked-issues-how-to/qaq-p/95753
https://community.atlassian.com/t5/Jira-questions/jira-query-issues-with-linked-issues/qaq-p/426769
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would agree with you on why such a simple feature is not available with native Jira. And am in no position to know exactly why this is not in the native tool.
And what we consider easy might be a very high task from Atlassian's backlog. Some complex features have taken only weeks to be delivered, whereas several easy ones have taken decades.
However, there is a native issue function Linked Issues()that gets you linked issues. But I dont think that will any near to your requirement here.
Also if you think about other features and scripting capabilities that ScriptRunner can offer you, I would say that is a very useful investment.
Now if you definitely do not want to invest on a external plugin you have to write your own function using Atlassian dev tools
https://developer.atlassian.com/server/jira/platform/adding-a-jql-function-to-jira/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.