Hello
Can we make a multi - select scripted field which fetches the releases in the Jira project and displays the releases and end users can select multiple releases.
If so please let me know the script.
Priya R
I am not sure if this is possible without developing the entire UI of the multi selection.
The question is, what you want to achieve with this. If it is only for selecting releases for a tracking purpose, you might also go with Assets instead of the built-in Releases feature. We are using this as it allows multi-selection and also has a good visibility of releases and components if setup correctly.
We had to create a new object type "Releases" and a new object type "Components" and fill it the same way as in Jira.
The only downsides:
- it cannot be integrated with the "publish" function in Kanban boards. However, that would contradict the selection of multiple releases for one issue slightly (at least in my opinion).
- you could define a default assignee in the components in Assets, however, the assignment would have to be done in an automation during the creation.
Hope this helps or gives some ideas at least :)
Rgds, Stefan
Thanks Stefan for your answer actually we are trying to create a scripted field called Applicable Patch Version which would fetch the releases in jira and that field should behave like multiselect so that the end users can select the values and can create the ticket.
Priya R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you let me know, how you implement that scripted field to behave like a multiselect field? Sounds interesting. :)
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
You mean that it is not possible to make the scripted field work like multi-select field?
Priya R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Priya,
at least I am not aware of how to do that.
However, looking at the documentation of ScriptRunner showed me the following:
Custom Script Field Examples (adaptavist.com)
There you can see "Show all previous versions in a given project", which might help you with your request (but I did not try yet).
Regards,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Stefan,
Thank you for your insights. I will check :)
Regards,
Priya R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.