Get all XRAY Test Environments available in Jira

Avi Bachar December 7, 2022

Hi 

I would like to get programmatically (groovy in a script runner scripted field)

all the Test Environments available in the system, how do I do that?

I tried with OptionManager to get the Options of the field

but (assuming I did right) I got nothing

this is a kind of Label field

if this is kind of label field, the question might be asked also

how do I get All label available for Label field

not just the selected ones in an issue but all possible ones.

 

But labels are just an assumption - what I need is the Test Environments

10x

 

OK meaning some update

I got to - LableManager

https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/label/LabelManager.html

with getSuggestedLabels(User user, Long issueId, Long customFieldId, String token)

which actually give me all available labels

and not just what is stored in the item

but I am not sure that it will return all even where there are 100 labels

which this is what I wish.

0 answers

Suggest an answer

Log in or Sign up to answer