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
Improve user experience across Jira with global settings
Learn how to set up and configure a Jira site, manage Jira permissions, and configure Jira apps and integrations.
Learning Path
Streamline projects across Jira with shared configurations
Build Jira work items with reusable configurations called schemes, and reduce administrative work with automation.
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.