Restricting Sprint field to get list of sprints matching a pattern

debasish sahoo October 28, 2022

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

 

1 answer

1 accepted

1 vote
Answer accepted
Peter-Dave Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 10, 2022

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.

debasish sahoo November 16, 2022

Thank you for the direction

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events