Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Issue with web condition "entity_property_contains_any_user_role" .

Hi everybody,

I want to hide the web-item based on the validating current user roles against a set of predefined roles.

 

I have pushed the  predefined roles into app properties like

Key:"1",

"value":{"roles":["Administrators"]}

 

Added below condition to web-item while adding it using dynamic modules API

"conditions":[

                         { "condition": "entity_property_contains_any_user_role", 

                                "params": { "entity": "app", 

                                                   "propertyKey": key.toString(),

                                                    "objectName": "role"     

                                                 }

                         }

]

 

I app property and web-item got added successfully but the web-item is not showing for the user who has Administrators roles also I tried with  condition:"entity_property_contains_any_user_group"   facing same issue.

 

The issue is it's not showing for all users irrespective of its role/permission.

Please help on the above issue? 

1 comment

Mehmet
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Sep 07, 2020

Hi @Ashok Chelimilla {Appfire} ,

Are you able to solve your problem? If yes, how, could you please explain?

Comment

Log in or Sign up to comment