Hi all,
I've created a simple Jira Automation as follows:
When: Issue created
If: Issue matches JQL (type = story)
Then: Edit issue fields (Description)
The Description field is given some standard template text I need to be automatically added to the field.
This solution, for the most part, works great. My only concern is that when using Create button and its associated Create Issue popup form, anything that is entered for the Description gets replaced by the template text. I would prefer that the template text get appended to whatever I add to the Description field within the popup form.
I can attempt to train my users not to enter anything in Description field until after it is first saved, but I could easily see someone spending a lot of time entering a lot of text only to have it replaced.
Thanks

