You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear support,
I have a question related with how to import values to a custom field from API REST endpoint request.
Imagine this scenario: you have a custom field and the format of this custom field is a select where you can select one value, of a list of values. This values are imported from an API REST request. Then, you can select one of this values.
So, you have the field "My custom field" with the values: "Value 1", "Value 2" and "Value 3" that have been retrived by the endpoint:
Whose response is a JSON with the values: {"Value 1", "Value 2", "Value 3"}
Then, you can select in this custom field the value, for example: "Value 1". And when the issue is saved, the value of "My custom field" is set to "Value 1".
Is this possible with HTTP Feed Custom Fields?
BTW, version of JIRA is JIRA Cloud latest version.
Thank you!
The text was updated successfully, but these errors were encountered:
Dear support,
I have a question related with how to import values to a custom field from API REST endpoint request.
Imagine this scenario: you have a custom field and the format of this custom field is a select where you can select one value, of a list of values. This values are imported from an API REST request. Then, you can select one of this values.
So, you have the field "My custom field" with the values: "Value 1", "Value 2" and "Value 3" that have been retrived by the endpoint:
http://myapi.com/myendpoint
Whose response is a JSON with the values: {"Value 1", "Value 2", "Value 3"}
Then, you can select in this custom field the value, for example: "Value 1". And when the issue is saved, the value of "My custom field" is set to "Value 1".
Is this possible with HTTP Feed Custom Fields?
BTW, version of JIRA is JIRA Cloud latest version.
Thank you!
The text was updated successfully, but these errors were encountered: