Hi,
Is there anyway or predefined variable to get position value in user macro?
Because I want to display pages based on user levels
ex: if the user level is administrator then he will be able to access all the sections,
if the user level is manager then he/she will have access for manager area
Please do let me know if you have any similar example.
Regards
Sudarshan
Hi Matthew,
I have created a custom HTML menu in my wiki pages using user macro, but now I would like use conditions to display some of them which is some thing based on their designation. However here I found that position will be consider as designation and I would like to pull the value of that through predefined variable.
eg:
if(position == 'manager'){
<li><a href="manager">Manager</a></li>
}else if(position == 'teamlead'){
<li><a href="teamlead">Team Lead</a></li>
}else{
<li><a href="menu1">menu1</a></li>
<li><a href="menu2">Menu2</a></li>
}
To achieve similar to above example I need the value of that position which will be pulled from confluence database Table.
Please find attached screenshot below
Regards
Sudarshan
Are you aware of the Visibility plugin from ServiceRocket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure I understand your use of the terms "position value" and "manager area" and "sections". Can you please provide more details about what you mean by these?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.