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

Azure Logic App - Update Jira ticket field

Edited

I'm using Azure Logic app with the Jira integration. However, I don't know how to use the 'edit issue' operation.

 

Essentially I'd like to update the status and resolution of the ticket. How do I perform this?

Sorry as this would seem like such a basic question/issue, but there isn't any help or guides from either MS or Jira on this part.

image.png

 

Edit*

So it looks like it just needs JSON in that update field?

Trying to add something like this to add a label and then transition the status to Done - Resolved. But no luck on the below either. I'm definitely missing something super simple...

{
"labels": ["Automated"],
"status": {
"name": "Resolved",
"statusCategory": {
"name": "Done"
}
}
}

 

2 answers

According to this other issue, you need to cue a transition in order to change the status of an issue: https://community.atlassian.com/t5/Jira-questions/How-to-change-the-issue-status-by-REST-API-in-JIRA/qaq-p/850658?utm_source=dm&utm_medium=unpaid-social&utm_campaign=P:online*O:community*I:social_share*

You should try using the Transition ID parameter instead of update. Set the value to the ID of the transition you want to use. You can find the ID in the workflow connected to the issue type.

Hi,

I have the same challenge. Have you been able to solve it?

Thanks,

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events