How to update a field of an issue by mentioning the property in the commit message

Abhilash December 29, 2015

I am able to update the comments section using smart commit.
Is there a way to update the field of an issue by mentioning the issue id, and the field status in commit message.

  • eg: git commit -m "ISSUEKEY #Priority Medium" -> Changing the priority of the issue with ISSUEKEY to Medium.

Would be of great help if there is a possibility.

1 answer

0 votes
Vasiliy Zverev
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.
December 29, 2015

You could create a listener on Issue Commented event and then parse this comment (https://confluence.atlassian.com/jira/adding-a-custom-event-185729657.html).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events