I am trying to create a request type with 2 separate approvals.
The request type with approval is for when a user is requesting to use new software and the form requires them to type in who their department head is so that they can be notified of this.
The is the flow I would like,
User is requesting new software so we want their department head to approve of the request and we also want our security department to approve of the new software as well.
Ideally I would want it to be a trigger where once the department head approves of the request, a notification is sent to security for a new approval from them.
Any ideas on how to make this work?
Hi @Cody Powell,
Welcome to Atlassian Community!
You can do this using automation and the approval process in JSM. This is how we do it for our automated application requests. The first approval has to be by the manager, and once approved it goes to the system owner(s) for approval. So you could do something similar where the first approval is by the department head, and when they approve, send it to security.
This is how our workflow looks like:
This is very helpful, thank you!
Could you also show me what your automation side looks like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple automations because we are using tray.io to do some of the automation like getting the manager and notify them and the system owner via Slack and add the user to the right Okta group. We store the application information in Insight, so the automation to get the system owner looks like this:
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.