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.

1 answer

0 votes
Heiko Treuner November 10, 2025

Hey @Atlassianist ,

i have the same challenge at the moment...

are u able to connect to the MS Graph? If yes how? :)

Cheers,

Heiko

Istvan Turbucz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2025

We have not been able to solve it yet. We will likely trigger our Graph-Calls from an external tool (Matrix42). This will call both JIRA and ENTRA APIs via Powershell ... 

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