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.
We are currently using IBM Service Desk and the user's section has the "supervisor" tab which handles the organizational hierarchy. All our tickets(SRs and CRs) gets assigned to the supervisor automatically for approval. How can I implement this in JIRA?
Firstly, this type of use case is best suited to Jira Service Management, which I see you're using which is great.
My suggestion here would be to set up an 'Approval' in the first workflow transition, with the user's supervisor selected as the approver. Here's the docs for ref: https://support.atlassian.com/jira-service-management-cloud/docs/set-up-approvals/
However, the question is how are you defining the user's supervisor in Jira? Does this data exist in Jira via a custom field yet that can be used? If so, you would select this field when selecting the approver.
Hope that helps - Steve.
Welcome to the Atlassian Community !!
First you configure the approval workflow then
You can use the automation rules or workflow post function to assign issue to the supervisor. so whenever ticket is being created it will assign to the supervisor for approval.
Accept the answer if it helps
Thanks,
Sachin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @kubra fatima 👋
Much depends on how information about supervisor is defined.
You could also try use Approval Path for Jira.
If supervisor is field in Jira - you can use User field step.
Also API and integration with workflow is possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how do you suggest I add a supervisor field in Jira for users?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@kubra fatima
Easiest way is user custom field.
With JIra automation you could fetch information about supervisor and autofill this field. Unfortunately this could be complex task and requires some advanced knowledge.
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.