How to connect Microsoft graph API with Jira

Pradeep A July 5, 2021

Hi I'm working with a project in which I need to create a dedicated Microsoft Teams channel for the issue created. I'm planning to do it by using the Graph API. Can I achieve it in the script runner? Is calling the graph API in script runner possible?

1 answer

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 6, 2021

With scriptrunner, there is very little that you can't do.

It's 100% possible to make any sort of API calls. I've integrated JIRA to REST API and SOAP Webservices.

You just have to understand

  • what should trigger the calls
  • what data from Jira you want to leverage
  • what headers/authentication your target api requires
  • how to format the payload for the target api

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events