As an alternative solution, you can try Dynamic Filters: JQL Replacer for Jira. It allows filtering issues without JQL knowledge. For example, you can create such a smart field for your request and add it in dynamic filters. Also, you can save dynamic filters for Jira filters.
Hope it will help
Regards
As mentioned by @Alexis Robert answer, it is my understanding that "issueFunction" usage is not an out of the box function. It is provided by a third party add-on "ScriptRunner for Jira". If you don't have it, then you will not have this function available when you construct your JQL.
Best, Joseph Chung Yin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gajanan Sasane ,
I believe you need an addon for this, for example Scriptrunner. The JQL would be :
project = XXX and issueFunction in memberOfRole('developers')
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using Server/Data Center and Scriptrunner you would need at least 2 arguments. ('User Field','role','role')
project = XXX AND issueFunction in memberOfRole('Reporter','Schedulers') AND ...
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.