I've created a request form 'Add new user' for a customer. The customers enter first name, last name and other details. If the ticket is send, the title of the ticket will be 'Add new user'. However, if many users are required al tickets have same description.
I'd actually like to make use of the fields filled in to the form. Something like "Add new user " &firstname &lastname.
Can somebody guide me to the possibilities here ?
Thanks in advance
M
hello @Marcel Piket ,
You can take a look at Automation for jira.
The trigger will be issue creation and the edit the summary if issuetype or request type equal you request.
here is a close example :
https://confluence.atlassian.com/automationkb/automation-rule-to-append-assignee-full-name-to-the-end-of-the-summary-field-1107631937.html
Hi Mugabuhamye,
This indeed was the pointer in the right direction. After some testing and playing around I was able to achieve what I wanted.
Thnaks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gustavo Moraes Given the fact that I had a form 'Add new user' which is filled in by the customer. In this form they also need to specify the first and last name an simple automation rule can be set up. When ticket is raised it creates ticket with summary "Add new user" but the automation rule immediatly updates that summary fiels by adding First and lastname to it. Screenshots should speak for itself.
Hope you can get it to work for your situation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marcel Piket
Nice!
I made it work under different conditions, but it's pretty much the same thing.
I appreciate your time in replying to me!
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.