During workflow transitions, I want to mention assignee as well.
For example, I'm done with necessary code implementation, and now want to transition my task from "In Progress" to "Code Review". This can be done by:
JIRA-XX #time XXm #comment AA BBB CCCC #code-review
But then, I still have to visit JIRA dashboard only to update assignee to someone else who are suppose to review my code.
Is it possible to do so in above command itself?
JIRA-XX #time XXm #comment AA BBB CCCC #code-review [~ana]
where,
~ana : JIRA's representation for user/member (Ana)
Thank you.