Hello Team there is a pattern roll-jan-2022, rolls-aug-2023, etc like rolls-mmm-* which should be matched before listing the sprint list for the project; non-matching the sprint will not be showing up.
Using behaviour or groovy how this can be done
This is a late response... let me see if I can help you out a little bit.
I think your question is a little vague, which might explain why no one tried to answer.
But I think I understand.
You want to limit the list of Sprints available in the script field using behaviuors so that only sprints with a name that matches your pattern are visible. All others should be hidden.
I don't think that's possible.
With behaviours, you can use the "setFieldOptions()" method to adjust what's available in a regular customer field that lists "options". And you can use that same method to adjust "Issue type"
But sprint is a special type of field that queries an api just when you open the dropdown orwhen you search/typeahead (the options are not loaded with the form initially). Behaviours are not able to intercept this logic.
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.