Forums

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

Close sprint only if all issues have custom field filled

Sven Kilchenmann August 10, 2018

Hi there

for tracking some information on sprint estimation all our devs have to fill up a custom field. Is there a possibility to restrict closing a sprint only if all issues have this field filled?

2 answers

2 votes
Anton Chemlev - Toolstrek -
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.
August 10, 2018

Hi,

As far as i know, there is no robust solution for this.

But you can do the following:

1) Add condition to your process before resolving it (i mean, setting resolution) to check if your custom field is fiiled up. Or you can do it on any transition you want.

2) So, devs will be prompted to fill it before closing an issue.

3) Besides, if there are opened issues at sprint completion, Jira will warn you that you have incomplete issues in sprint. 

Jack Brickey
Community Champion
August 10, 2018

As Anton conveys I would simply add a Validator to the field on moving an issue to Done. Easy Peasy.

Anton Chemlev - Toolstrek -
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.
August 10, 2018

Yeap, validator =)

sCHween August 10, 2018

works perfect - thx

0 votes
sCHween August 13, 2018

just one additional question related to validators.

Can I do something like:

if resolution != duplicate myCustomField != null

 

i didnt get this - thx

Suggest an answer

Log in or Sign up to answer