JMWE Post function conditional execution when reporter is not in group

Carolina SILVA March 31, 2021

Hi,

I set a Security Level by default and I want to edit the field and change it to None when reporter is not in group

I'm stucked trying to find my correct my Nunjucks code

 

I've tried:

{% if not currentUser | isInGroup("xxx-xxx-users") %} {% endif %} 

 

1 answer

1 accepted

1 vote
Answer accepted
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 31, 2021

Hi @Carolina SILVA ,

it's actually easier to use the Clear Fields post-function together with Conditional Execution:

{{ not (currentUser | isInGroup("xxx-xxx-users")) }}

However, you also need to make sure the atlassian-addons-project-access project role belongs to all security levels.

Carolina SILVA March 31, 2021

thanks DAvid

my mistake I need to focus on who the reporter is to clear or not the Security field

I tried:

{{ not (reporter | isInGroup("xxx-xxx-users")) }}

result is always true when I test my template, which is wrong ;-(

Do you have any clue?

 

PS I also checked that atlassian-addons-project-access project role belongs to all security levels.

David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 31, 2021

To access the Reporter field, you need

issue.fields.reporter
Carolina SILVA March 31, 2021

Thanks a lot David, my tests are correct, I'll continue my change

You saved my night for sure, Go live is tomorrow :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events