Make Jira Tags from the Jira Plugin configurable
Currently I have autotags which can generate tags of the format:
JIRAKEY, #JIRAKEY-999
However these don't match the tags from the plugin which are
Jira Name, #JIRAKEY-999 Description of issue number nine nine nine
I would like to be able to specify how tags are formatted like so:
tags: {PROJECT-KEY}, #{ISSUE-KEY}
notes: {PROJECT-NAME}, {ISSUE-NAME}
In order for the save work to jira feature to work I'd need to have #{ISSUE-KEY} somewhere in tags, so perhaps a validation warning to that effect would be great.
6
votes
Murray Roke
shared this idea