Hi, How can I fetch the status of the linked issues of a list of Jira tickets into dashboard
Hi @Rilwan Ahmed I have already tried this.
issue in linkedIssues("IT-345") will give only for a single issue.
I need linked issues for multiple Jira issues.
But from the link you have share need to use script runner for the same.
Thank you.
As @Aron Gombas _Midori_ mentioned in another comment, use issue in linkedIssues("FOO-12") OR issue in linkedIssues("FOO-23") OR issue in linkedIssues("FOO-34")
Use the issue list gadget with a JQL like this (you can add any number of issues to the list although it is rather manual):
issue in linkedIssues("FOO-12") or issue in linkedIssues("FOO-23") or issue in linkedIssues("FOO-34")
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.