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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey guys,
I am on a quest to build a conflict checker - basically I would like to cover the case where before someone executes a change request, they can click on a button in the change named, say 'Check Conflicts' and verify are there any other active issues for the selected objects in the change ticket.
I am using an insight custom object field which allows selection of multiple insight objects. What I want to do is - based on the selected objects, lookup all of the active jira connected issues and list them for display (in another custom field or in a screen, anyway).
Ideally, I would like to have a new field of type 'linked issues' if that's possible and display the found active connected jira issues there.
Anyone any ideas how to do that?
Thanks in advance!
Hi Dimitar,
The easiest way to do so is to load up the object itself from Insight and then you will be able to view all connected JIRA issues for that object and objectType.
Then you can click on "Connected Jira Issues" filter from the bottom right corner. You may change the filter of the issues as well. You will get a regular JQL that you may use in a nested IQL in your custom field setup.
For more examples on IQL you can check : iql-insight-query-language
Cheers!
Nader
I think I am looking for something a little bit different - I want to enable the users to pick multiple objects, and upon clicking a button, I want them to receive a list of all of the connected jira issues for all of those multiple objects. I picture it something like this but capturing dynamically all of the multiple selected issues in my custom field.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.