Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JWT: Possible to add a condition based on a custom field in an Epic

Wes September 6, 2019

Using JIRA Workflow Toolbox, is it possible to add a condition based on a custom field in an Epic?

 

I'd like to have a condition on a transition only show up if the current user = user in a field at the Epic level. I can't seem to figure this out.

1 answer

1 accepted

2 votes
Answer accepted
Thorsten Letschert _Decadis AG_
Atlassian Partner
September 8, 2019

Hi @Wes ,

please add a Boolean Condition using the following expression:

toString(fieldValue(%{nnnnn},epic())) = %{00020}

Replace nnnnn with the field code of your user picker - assuming it's a single user picker. 00020 represents the current user.

Please let me know if that solves your problem.

Cheers
Thorsten

Wes September 9, 2019

Thanks Thorsten! This worked like a charm!

Thorsten Letschert _Decadis AG_
Atlassian Partner
September 11, 2019

Hi Wes,

Thanks for the feedback. Would you please be so kind and mark my answer as correct?

Cheers

Thorsten 

Suggest an answer

Log in or Sign up to answer