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,551,676
Community Members
 
Community Events
184
Community Groups

Pushing data from Jira

How can we push details from Jira. For e.g. i create a project in Jira and capture issue creation details and the same not only creates issue in this particular project but also pushes data to some application to consume at its end. In turn, i also want to consume response received from that application and update this ticket.

In short, I want to use Jira to just capture details and push it to some application that processes and closes ticket and once done, Jira consumes information and close ticket here as well.

1 answer

1 accepted

1 vote
Answer accepted
Steve Long -Evelon-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2023 • edited

Hi @Mayur Gaikwad_Tech PMO

You have a few options here especially when bringing in third-party plugins, but natively within Jira, you probably firstly want to create a webhook that calls your application, then choose when to execute this by editing the post function that is called when the ticket is created.

Here's the docs which go into a lot more detail: https://developer.atlassian.com/cloud/jira/platform/webhooks/

Automation for Jira also has all of this built into it's UI, so it's a lot easier to configure - that's also worth looking into. Docs again: https://developer.atlassian.com/cloud/jira/service-desk/automation-webhooks/

Then for the inbound communication from the app, you'll need to use the Jira REST API and specifically call the transition API to close tickets. Here's some examples: https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/

Hope that helps - Steve.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events