I am trying to use JIRA.
When I resolve or close issues, there are only few choices which are related to only bug. For instance,
Fixed, won't fix, duplicate, incomplete, cannot reproduce.
Can we make other choice for resolving issues such as done, complete....?
Or you can exclude resolutions via the jira.field.resolution.exclude parameter (same syntax)!
Hey Yoon,
Those choices when you reslove/close issues are called 'Resolutions', you can add you own resolutoins via JIRA Administrators > Issues > Resolutions. It requires for the JIRA administrator permission.
More details:
https://confluence.atlassian.com/display/AOD/Defining+%27Resolution%27+Field+Values
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you've added new resolutions you can limit the ones you want to be displayed via workflow transition properties like:
jira.field.resolution.include = 1,2,3,4,8 (IDs of the resolution)
https://confluence.atlassian.com/display/AOD/Workflow+Properties
Cheers Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.