Hello world,
We looking for the usability from the user,
Logic to display only specific issuetype of Roadmap, when they select linked issue name as 'Related to Roadmap'
Below image fro example
Selected Linked issue -> Related To Roadmap
and Issue should filter out only Roadmap Issues
How to achieve this?
Thanks
@Martin Bayer _MoroSystems_ s_r_o__
This looks like https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/working-with-issuelinks.html
Preset of the issues for the link type.
@Teja I'm not sure if it will work. Field is obviously showing only subset of issues (19 / 51). The question is if only 19 issues are loaded from server or all issues are loaded but only 19 issues are displayed.
I definitelly suggest you to try this but maybe try to ask someone from @A to help with it as I do not have my own experience with "Link" dialog.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Martin Bayer _MoroSystems_ s_r_o__
I wanted filter out only particular issue type i.e. Roadmap when selecting Linked issue name type is Related to Roadmap, here it lists many other issue types like TOOLS, INCLOUD, GTN and doesn't matter how many it loads in search list.
Thanks, I will give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can achieve this using Behaviours app. Your case is well documented by Adaptavist here: https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/working-with-issuelinks.html
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.