Forums

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

Dependency mapping

Krishnan October 14, 2022

Hi 

I would like to create tickets that have updated the dependency from 6 teams.

I would like to create dependency Jira Kansan board to show all the tickets from 6 teams where any of the tickets in their backlog has linked issues within any of these 6 teams and the linked issues status is not closed.

 

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.
October 18, 2022

Hi @Krishnan 

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 our function LinkedIssuesOfQuery for a given JQL subquery and an optional link type, it finds issues linked to resulting issues. For example, to find issues that are linked in any way with epics that are in progress, you can use this query:

issue in linkedIssuesOfQuery("type=Epic AND status='To Do'")

 Check out our documentation about links for more examples.

If you have any other questions, please contact our support. We’ll be happy to help you!
Best regards,
Maurício

0 votes
Bill Sheboy
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.
October 14, 2022

Hi @Krishnan -- Welcome to the Atlassian Community!

A Jira board is a view based on a filter of issues.  If you create a filter meeting the criteria you want, it can be shown as a board, such as a Kanban board.

However, what you asked is not possible with the built-in features of Jira: selecting issues based on the status of linked issues.  To do that you may investigate and purchase addon on tools from the Atlassian Marketplace, as those enhance the features of the Jira Query Language, JQL, for filters.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events