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,552,442
Community Members
 
Community Events
184
Community Groups

Patching Jira custom field through API does nothing

Edited

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 🙏 

1 answer

0 votes
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 21, 2023

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 🙏 

Suggest an answer

Log in or Sign up to answer