AppThemes Docs

Updating Tickets with Keywords

In version 0.7 of Quality Control, we have implemented a feature to manage tickets by using keywords in commit messages.

The keywords use the following syntax: key:value

Keywords

status – Sets the ticket status.

priority – Sets the ticket priority.

milestone – Sets the ticket milestone.

category – Sets the ticket category.

tagged – Adds tags to a ticket.

assigned – Assigns a ticket to users.

Best Practices

For best results in using this new feature, please note the following:

Commit Messages

The above keywords can be present in commit messages from your source control tool (such as svn or git). You’ll have to add the ticket number to the commit message so Quality Control knows which ticket you want to update:

git commit -m "fixed the bug [#13 status:closed]"

You can also modify multiple tickets from a single commit:

git commit -m "fixed the bug [#13 #69 status:closed]"
git commit -m "fixed the bug [#13 tagged:needs-testing] [#69 status:closed milestone:3-3]"

Like this tutorial? Subscribe and get the latest tutorials delivered straight to your inbox or feed reader.

Your rating: none
Rating: 4.8 - 4 votes