The user must enter a sprint score when closing it.
How I can add new text field to form?
I told about the form, his showing then button "Close sprint" clicked on the sprint board.
Value from this control must save to external resource (I know how do it :) ).
Maybe exists method of injection control to form in Jira?
Hi @SkiffAndr ,
You can go about that in two ways (at least). One is to add the sprint score to the screen that is already being used. Simply go to Settings > Issues > Screens and find the appropriate one. Then modify the transition to Done to add a condition that makes the sprint score required.
Or
You can create a new transition screen that makes the sprint score mandatory and attach the new screen to the transition to Done. That way, it will fire the screen when the user tries to mark it Done and require the field to be populated.
I am not aware of a way to make the value in the field save to an external source. You can run a filter and download a CSV file or spreadsheet though.
Thanks for the answer.
But closing of the sprint is an other process. It’s not a transition between two issues.
I told about the form, his showing then button "Close sprint" clicked on the sprint board.
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.