Can I use the Environment field for a web form?

Pei September 2, 2013

I have several web forms that are pulling the User's String into a field, but we would like to start utilizing the Environment field. Is there a way to the field_id number or array for that field?

1 answer

1 accepted

0 votes
Answer accepted
Jason Plumhoff
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2013

You can pull information on all fields directly through the REST interface. Just use this resource (replacing localhost with your JIRA instance):

http://localhost/rest/api/2/field

From what I can see, the Environment field has an id = "environment".

Pei September 4, 2013

Thanks Jason, we'll try that out.

Suggest an answer

Log in or Sign up to answer