I saw that ticket and it appears that with the on demand version the toolkit should be installed and I should have access to a 'participant' field. I don't and when I try for 'Participant = currentuser()' I get an error: Field 'Participant' does not exist or you do not have permission to view it.
Not sure what I am doing wrong. Some of those comments are 5 years old from that ticket and realted tickets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try:
Solution is to install Script Runner plugin (https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner/version/1017) and then use for searching issueFunction custom field.
https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions
Example from this page:
Find issues commented by jbloggs within the last 4 weeks:
issueFunction in commented("after -4w by jbloggs")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like that script runner plugin isn't available for On-Demand which is what we use. I'm stuck, right?
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.