You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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.