Unfortunately, it is not possible using the out of the box JQL. You will need additional add-on - Example - Scriptrunner for Jira https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?tab=overview&hosting=datacenter
This add-on provides custom JQL function where you can conduct your activities - https://docs.adaptavist.com/sr4js/6.20.0/features/jql-functions/included-jql-functions/user-functions
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Saqib Dar,
That is not possible out of the box. Since you seem to be on server and if you have Scriptrunner installed, you could use the following:
issueFunction in memberOfRole("Reporter", "Administrators")
Hope this helos!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.