You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Good day everyone! New to Jira and actually love it's robustness and versatility. So here is my question. We have an msp that handles our tier 1 and 2 issues. I want to configure a request type, when the "submit" button is hit, emails to the MSP's email address that makes a ticket on their end without making one on our end. I've looked at automation and a few other things, but being that i'm new and i'm trying to make this a quick turn around i've decided to come to the community.
Thanks!
Ismael
Welcome to Atlassian Community!
You can do this with automation, all you would need is one that checks when the request is created what request type it is and if it is, lets say, external then send an email with all the information to your msp, and then delete the request. Something like this would do it:
My request type condition isn't showing... how would I make that available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the request type the last one you created? Automation does sometimes have an issue seeing that last created request type, you could create a new one or use a JQL condition instead which would look something like this:
"Request Type" = "My request type"
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.