You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello everyone, hope you are having a good day :)
We have written a script to update(patch) the value of a customfield on issues in our self managed instance. The script is written in Python and uses requests in order to send the API call.
We are using the following endpoint with the patch method:
https://jira.example.com/rest/api/2/issue/[issueid]
We ran the script against various projects... this usually works, aside from three projects against which even making the API request through postman results in no changes.
Does anyone have any ideas on why we are unable to make the patch against a select few projects? (there are about 3 of them).
The same API request works against project JOMO for example while it does nothing against project MOJO. Both receive a response of 204.
We appreciate any help 🙏
Hi @ליאור בראודה do those projects have any validators or conditions within their workflows that could prevent an issue update? Is there anything in the permission scheme in those projects that may prevent an issue update. Custom field configuration set for those projects.
You might want to check that.
Hey there Craig :)
Thank you very much for your suggestion! Unfortunately however, it turns out that neither of the three projects have any validators or conditions.
Do you have any other ideas? We are stumped :(
Thank you in advance 🙏
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.