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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.