Hello,
Is there a possibility to restrict the issue transition based on the custom field option selected.
Here is my Scenario:
I have a custom field X (Select list Single choice) with drop down values 1,2,3.
When a ticket is created and has option 1 selected, only a specific user can move that ticket to Done.
I have tried using the user condition in the workflow for the done status
issue.get("customFieldId=XXXXX")=="option 1"
This is hiding the "Done" status option in the workflow dropdown to other users but Its also hiding it for option 2 and 3 as well. I am looking to restrict if only option 1 is selected
Any suggestions or solutions to achieve this, please let me know
Thanks