Hi all;
Using Jira Service desk I would like to place some values from the Issue request form in to the description of the sub task created, but I'm short on the query language.
So my questions are:
1)Is this possible?
1.1) how I would build a string from this data:
Last Name (customfield_10080), First Name (customfield_10096), Email (customfield_10058)
Thanks
VP
Hi Vasco,
You can do this with Automation For Jira. Here is some more information on the tool if you are not familiar with it.
There are two types of automation:
Automation Basics: https://www.atlassian.com/software/jira/guides/expand-jira/automation
You can do this via global rules to apply to all projects also. You'll need to be a Jira Admin/Site Admin, go to Jira Settings > System > Automation Rules (left-hand menu).
For more on using Automation For Jira see these help pages.
So create a rule with an Issue Create trigger.
Then add a New Action for Edit Issue.
Then in the Description field use: {{issue.Last Name}}, {{issue.First Name}}, {{issue.Email}}
Hi John;
The automation automation part I had figured it out, but the my Achilles' heel was on the field code.
I will test yours suggestion ASAP.
Thanks for the documentation they might be very useful.
BR
Vasco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.