Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,639,450
Community Members
 
Community Events
196
Community Groups

My solution for approvers by group in JSM DC and Additional approvers from AD to Insight.

Edited

Hi all

 

Just wanted to share my solution for pulling approvers from groups into an approver field for use within Jira Service Management.


Method 1

 

It involves Automation for Jira. The method you'll be using is a rule that sends a web request to Jira itself, to pull the members of a group, you can either set the web request with a specific group OR, a very cool part, is that it accepts smart values, so you can have a group picker field with a prefilled value in the form itself and the rule will pull the members of the group you've set in the prefilled value of the group picker field.

 

You'll need to generate a bearer token to use, or use basic auth if desired. 

 

The url for the web request is as follows

To use a smart value from a group picker field with a preset value in the form

 

https://YOUR_JIRA_BASEURL/rest/api/2/group/member?groupname={{customfield_xxxxx}}

 

or if you just want to have a load of if/else blocks to have the group that's chosen be dependent on what's selected in a custom field for example

 

https://YOUR_JIRA_BASEURL/rest/api/2/group/member?groupname=NAME_OF_GROUP

 

Automation rule 1.PNG

Automation rule 2.PNG

Automation rule 3.PNG

Automation rule 4.PNG

 

Icons that showed faces removed, but here's an example of a ticket pulling the members

 

Automation rule 5.PNG


Method 2

 

We currently have self service on our portal forms to ask approval of the user in the 'Managed by' attribute in Active Directory for Security Groups and Distribution lists by syncing the groups as Insight objects via an LDAP sync. What we've found recently, is that teams have required additional approvers on these requests automatically in case someone is OOO. A way round this, is for the additional users to be set in one of the extensionAttribute's in Active Directory, and synced to a Jira User attribute against the Security Group or Distribution List object within Insight.

 

The format for inputting these values in Active Directory is username1||username2||username3

 

We've combined our new attribute 'Additional Approvers', with our 'Owner' attribute and used Insight's own automation to combine the two values into a new Insight attribute called Approvers, couple with a post function on the workflow to pull the values of this attribute, we are able to populate a user picker field for Jira Service Management approvals with both the owner of the group and the additional approvers.

 

additional approvers.pngadditional approvers 2.png

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events