Is it possible to sort a list of fields for editing using jira api?

trae-op November 29, 2022

I need to create a popup to edit a task and follow the positions same as in jira https://prnt.sc/quQ11Potn32Q

Can I get the position of the fields as in jira using rest api?

 

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 1, 2023

Hi @trae-op ,

did u try to use the following rest api https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/screens-getAllFields ?

It should retrieve all fields from edit screen in the right order.

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer