Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Webcall to MS Graph possible? If yes , which data format & auth

Atlassianist
Contributor
April 8, 2025

Hello, 

 

as I know MS Entra has a REST API known as Graph. It should be technically possible to send some Information from JIRA directly to it. 

Does somebody know how the data format has to be sent and how one can solve the problem with auth? (JIRA can use only basic auth) which is a “no go”. 

It would be much easier to use powershell commandlets, JIRA is however not able to trigger an external PowerShell script ...

The format eems not so hard:

 

 

POST https://graph.microsoft.com/v1.0/groups Content-type: application/json

{ "description": "Self help community for library",

"displayName": "Library Assist",

"groupTypes": [ "Unified" ],

"mailEnabled": true,

"mailNickname": "library",

"securityEnabled": false

}

The question is, if we fire such a call with Scriprunner for jira, a proper ENTRA-compatible auth (via Certificate?) can be implemented as well? 

 

 

Does anybody have an idea?

Thank you!

Best regards

 

A.

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
5.12.18
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events