Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add new text control to form close sprint?

SkiffAndr
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 17, 2020

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?

1 answer

0 votes
John Funk
Community Champion
March 17, 2020

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. 

SkiffAndr
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 17, 2020

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.

Suggest an answer

Log in or Sign up to answer