Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

get versions field options using rest api

Neil Tuffs _private_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 21, 2026

How do you retrieve the list of options for a non-custom field like versions using the rest API?

2 answers

2 votes
Mikael Sandberg
Community Champion
April 21, 2026

Hi @Neil Tuffs _private_,

Welcome to Atlassian Community!

You can do this by using the Get project versions paginated endpoint and you can use a query or return versions based on its status.

0 votes
Arkadiusz Wroblewski
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 Champions.
April 21, 2026

Hi and welcome to the Community @Neil Tuffs _private_ 

The custom field option endpoints won't actually work here. Those are meant for standard select-lists, but Versions are project-level objects, so they use a different set of endpoints.

If you just need the full list of versions for a project, @Mikael Sandberg  is right. You should be querying the project versions endpoint directly

However, if you need to know which values are specifically allowed for creating or editing an issue in a certain context, you’ll want to check the field metadata (editmeta) and look at allowedValues.

Basically, for anything version-related, you have to look at project versions rather than field options.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events