I've created a user property called teamleader when I am maintain the jira username of the manager of each user.
Now, I JQL I want to find all issues for which the assignee has the current user's same teamleader so it essentially gets all issues that belong to the currentUser's team.
assignee in jiraUserPropertyEquals(teamleader, <teamleader username>)
just that instead of hardcoding the <teamleader username>, I would want that calculated based on the current user
something like
assignee in jiraUserPropertyEquals(teamleader, currentUserProperty(teamleader))
where currentUserProperty(teamleader) would return the currentUser teamleader property
Hi @jgiraldo1
Were you able to find a solution for this requirement?
Thank you and Kind regards,
Ram
@Ram Kumar Aravindakshan _Adaptavist_ nope not yet, based on the research I've done I will have to build a custom function for this, but haven't done that yet.
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.