Hi,
I am using REST API to create a JIRA issue and the issue is getting created successfully.
However, one of the custom fields (short text) is not updated although the request body has the value to be set to this field (highlighted).
There is no error or failures shown on the POST request.
As you describe a Short Text field, which uses plain text, have you tried this expression:
"customfield_11605": "New Code not mapping"
Kind regards,
Bill
Welcome to the community.
How is the context of the custom field set, it might be that the field is not available to the project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The field is available in the project and set on the "Create"/ "Edit" and "View" screens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So is the field visible in the GUI on an issue in the project and can you set it via the GUI?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc - Devoteam that's correct. The field is visible on the GUI in the project and can be set correctly.
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.