Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I set the Resolution field in JIRA?

Tags:

I'm new to JIRA as an admin, and I'm wondering why my issues' Resolution field only seems to ever be either "Unresolved" or "Done"?

I suspect this has something to do with the simplified workflow that I chose for my projects? Is the best/right way to fix this adding extra transitions into the workflow?

Ultimately, all I'd really like is a way to mark as issue as cancelled (without actually deleting them). I don't really need to distinguish between invalid or won't fix, or any of that-- comments are fine for those purposes.

If it matters, these projects are all Kanban, and I'm using an agile board with a filter that pulls in multiple projects as my primary interface in JIRA.

like image 599
Karl M. Davis Avatar asked Apr 05 '16 13:04

Karl M. Davis


1 Answers

I appreciate the suggested answers from other folks, but ended up going a slightly different route. Here's what I did:

  1. Edited all of my workflows to include an additional "Cancelled" status. This was done as statuses seem to work better with the Kanban boards than other options. (I'd initially tried just adding a new "Any --> Done" transition, but wasn't able to, since I already had one.)
  2. I set the status' "category" to "Done".
  3. In that status, I added a post function to set the issue's Resolution field to "Won't Do" (which was already there, apparently).
  4. I added the status to my board's "Done" column.

Now, when dragging issues over to the Done column, I'm offered a choice of two drop targets in that column: Done or Cancelled. Very slick!

like image 60
Karl M. Davis Avatar answered Sep 28 '22 03:09

Karl M. Davis