Forums

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

Can you stop a user from clearing assignee while a ticket is "in progress"?

Paul Mayeur March 15, 2016

Is it possible, that once a ticket has been moved to in progress and assigned you can not change clear the assignee. You can change it to someone else, but it can never be empty while in progress. Is that possible? Maybe if empty goes back to backlog.

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
March 15, 2016

Joe's disallow unassigned issues is the easiest and probably best answer, but you could also

  • make it mandatory in the field config if you want to allow unassigned issues elsewhere
  • put validators on the workflow, so that it can't have its status changed while the assignee is empty
  • use a workflow property to disallow assign issues permission while it's in that status
  • write a listener that picks up "assignee blanked out" and issue the transition back to the backlog
  • write a listener that picks up "assignee blanked out" and puts back the previous assignee (annoying for the user, I'm not sure I'd ever recommend this, but the point is "listener catches it and does something")

 

Paul Mayeur March 15, 2016

Yeah, I think listener is how I would do it.

0 votes
Joe Pitt
Community Champion
March 15, 2016

By clearing, I presume you mean setting it to unassigned. You need to setup JIRA not to allow unassigned issues and that will solve the problem. From my experience unassigned issues aren't worked because they don't appear in the assigned to me display.

Paul Mayeur March 15, 2016

But I do want to allow unassigned issues for the backlog. Would this stop that?

Nic Brough -Adaptavist-
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.
March 15, 2016

Yes - all issues would have to have an assignee at all times.

Suggest an answer

Log in or Sign up to answer