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?
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.
As Anton conveys I would simply add a Validator to the field on moving an issue to Done. Easy Peasy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeap, validator =)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just one additional question related to validators.
Can I do something like:
if resolution != duplicate myCustomField != null
i didnt get this - thx
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.