I’ve been looking for a way to have a user acknowledge a
ticket after it has been assigned to them. I don’t know if
this is a built in feature or if there is a plugin that
will create a state/button for a user to accept a ticket
after it has been put in there queue. I would expect to
see something like this from the ticket window around
workflow or start progress but no amounts of digging
through configuration settings has turned anything
relevant up.
Does anyone know about this added functionality in JIRA?
Much thanks.
I did this by a custom workflow step. After an issue arrived to an assignee (with status
New) he/she should move it to another step (with statusOpen). Until he/she does it, the issue is considered as not noticed/reached the assignee. Also I have had a report showing issues withNewstatus for more than a predefined period of time.I’m not aware of a ready-made plugin which performs similar task (perhaps, I should dig into my posts on Atlassian answers to discover some clues for other solutions).