You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
We are currently trying to streamline our new starter process, this consists of a Microsoft Form the end users fill in via ms teams, via power automate (non premium) it then sends an email to Jira Service desk which has a basic triage rule to change the request type to onboard employee. The email looks a little like this
Subject: New Starter It Request for Name Due 2020-08-22
New Starter IT Request has been submitted by "someone@someone" at "8/21/2020 7:02:20 AM"
Name:
Job Title:
Brand:
Direct Manager:
Start Date: 2020-08-22
End Date (if any):
Telephone Number:
Email Address: (taken from name and brand)
Existing account to copy:
Additional Permissions, Mailboxes, groups or Teams:
Additional Software:
IT Equipment Spec:
Car Park Pass: Yes
Is there any way to grab some of the information from either the subject line or the body and update some fields or create a new subtask from. Ie can we take the start date and update the tickets due date, or if the 'car park pass' is yes can this create a a new service request approval ticket
Hi, I would set an automation rule when issues received by email channel are created.
Using smart values you can extract information from description field (that comes in the form of the email body).
Then just add an edit action where you can change almost anything: issue type, custom fields, etc.
As an example of smart value to grab a field content try this:
{{issue.description.match("(Name: [^$]*)").remove("Name:")}}
this would match the entire line starting with Name: and then will drop the fixed part leaving only the value you seek to use in the field.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.