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
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.