You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi guys,
Jira Service Management user here, my general goal is to automatically (with automation) find every issue with a linked issue (not local, from Jira) which status is resolved / closed / or fixed. Then to warn the person responsible for those issues that they can close them.
The problem I'm encountering is with the jql query to find these issues.
I tried :
{{#lookupIssues}} * {{key}} {{/}} --> but without the key
i tried this but it tells me that it can't find the issueFonction or that I don't have the right to use it :
issueFunction in linkedIssuesOf("status = resolved")
i read about the scriptrunner module but I haven't installed it because it didn't seemed to be made for JSM.
Can someone please help me figure something out.
The issueFunction option in JQL is provided by ScriptRunner for Jira by Adaptavist is not part of Jira's default functionality. So you can't use it unless you purchase the plugin.
There are also plugins that can perform the same functionality.
Good luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Issue link hierarchy is another that I use: one: https://marketplace.atlassian.com/apps/1211022/links-hierarchy-full-dependency-and-link-viewer?tab=overview&hosting=cloud
You can also use reporting tools which are more visual:
- EazyBI
- Structure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.