Checklist before set a ticket to resolve

VH (deprecated) September 3, 2012

In our development process, before we put a ticket to resolve/close, we have to go through a checklist of todos (precondition for resolve/close, important for QA). Right now we handle this checklist as an external file.

Is it possible to have something like this integrated in JIRA ? ..something like a form that has to be filled out, as custom fields in a ticket, to define a workflow scheme for this ... other suggestions???

...is there already a plugin for this ?

2 answers

1 accepted

1 vote
Answer accepted
Yves Riel [Okapya]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 4, 2013

You may want to take a look at the Checklist Add-on.

2 votes
Thomas Heidenreich
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.
September 3, 2012

You can define custom fields for that. For example:

  • Define a custom checkbox field for each checklist items and add on option like 'done' to it
  • In the transition to your resolved status you create a screen containing all the new custom fields
  • In the Validation action of the transition you mark all the fields as required

We use something like that to ensure crossbrowser checks of our webproducts before an issue is resolved. To make that traceable I would add another user field 'checked by' to store the user doing the transaction.

Hope this helps

Thomas

VH (deprecated) September 3, 2012

thanks, sounds good!

Suggest an answer

Log in or Sign up to answer