I want to get the list of all the values of a dropdown field using jql.
For example - There is a dropdown field 'A' having options 1,2,3 then in the response of my query or api I want the list(or a json response having all the values) - [1,2,3]
Additional Info -
I do not have admin rights