Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import custom field values from API REST #16

Open
MiguelAngel82 opened this issue May 23, 2017 · 2 comments
Open

Import custom field values from API REST #16

MiguelAngel82 opened this issue May 23, 2017 · 2 comments
Assignees

Comments

@MiguelAngel82
Copy link

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!

@lwrbakro
Copy link

Yes, definetly.

@AndreyVMarkelov
Copy link
Owner

In progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants