Hi!
I have create a Scripted Field that take the ID of the issues and view it in the Issue Page.
But I realized that if I go to "Issues" and I try to search it, using "+MoreCriteria", I can't find it...
What can I do? are there any permissions, abilitations, or similar?
You need to set up a searcher - see https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+Fields
You want the number searcher, but make sure your script returns a Double.
Perfect, I do this:
issue.id as String
Free Text Field
Configured searcher: Free Text Searcher
com.atlassian.jira.issue.customfields.searchers.TextSearcher
Regards,
Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I created a script field returned template : Text Field (multi line)
returned "None" as String
Configured searcher: Free Text Searcher
I added to the script the :
import com.atlassian.jira.issue.customfields.searchers.TextSearcher
but when I search :
"myScriptField"~None / "myScriptField"~"None"
0 results are returned
Did I missed something ?
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.