Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Given an enhancement with linked stories, how best to know when the work is done?

Chris Wallingford
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 10, 2022

As one not closely monitoring the development work cards and story cards, how best to monitor the status of the work from the perspective of an enhancement card or epic? Assuming I'm not already headed down the wrong path, can one search for cards where all linked cards are [Done]?

2 answers

0 votes
mauricio.groth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2022

Hi @Chris Wallingford 

As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for.


With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.

Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions

 You can use this query to find all epics and children, also will return the done children if the Epic is not in Done. 

issue in linkedIssuesOfQuery("status = done”) and issuetype = enhancement

Check out the documentation for more examples.
I hope this helps!
Maurício

0 votes
Trudy Claspill
Community Champion
August 10, 2022

What are your requirements for how you get the data for this monitoring?

When viewing an Epic you can see the list of child issues and the status of each one. 

For any issue when you view it you can see the list of linked issues and the status of each one.

You don't need a "search" per se to view that information for a single issue.

Jira natively provides limited ability to execute a search involving linked issues. Refer to 

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-linkedissuelinkedissue

Third party apps can extend the functionality, depending on your requirements.

So, can you expand on your use case/requirements? Are you trying to out for a single specific issue at a time if it has linked issues that meet a set of criteria? Are you trying to find multiple issues that have linked issues that meet a set of criteria?

You've indicated that you are using a Premium Jira Cloud environment. Are you leveraging Advanced Roadmaps?

Chris Wallingford
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 10, 2022

Hi Trudy,

I'm trying to find any issues that have linked issues that meet the set of criteria. I will not have specific issue keys. Example might be, return me a list of all issues where issue type = "enhancement" and all issues linked to the issue have status = "done". 

I'm using cloud, and am under the impression that third party apps aren't available to me. I've only dabbled in Plans. It looks like the hierarchy is limited to using Initiative > Epic > Standard Issues > Sub-Task Issues. While we use this hierarchy, both the enhancement card and the linked issues are all "standard issues". I can do a bit more reading, but am not seeing an obvious win from plans for this case.

Thanks!

Trudy Claspill
Community Champion
August 10, 2022

Unfortunately, without a third party app to extend searching capabilities there is not a good solution available through the UI for your use case.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events