When i'm trying to Use scriptrunner enhanced search
issueFunction in addedAfterSprintStart("Board name")
it is not returning any results. what might be the reason?
Hello @sravani vennapusa
Is ScriptRunner Enhanced Search newly installed in your environment?
Do you have a single active sprint on that board? Or do you have multiple active sprints in that board?
The function reports only on active sprints. And, as per the documentation:
Sprint (Optional): The specific sprint to query. This can be the sprint name or ID. If using an ID, it should not be enclosed in quotes. If omitted, the function defaults to the current active sprint, unless there are multiple active sprints, in which case it is required to specify a particular sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then, as per the documentation, you will have to include in the function parameters a specific sprint for which you want results.
Sprint (Optional): The specific sprint to query. This can be the sprint name or ID. If using an ID, it should not be enclosed in quotes. If omitted, the function defaults to the current active sprint, unless there are multiple active sprints, in which case it is required to specify a particular sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the synchronisation done within the app, see https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-enhanced-search/scriptrunner-enhanced-search-jql-keywords-synchronization
this is a requirement to be done to return results, check this with your Jira admin.
Also is the referenced board in the JQL a scum board?
Otherwise if you can't find a solution, reach out to Scriptrunner support
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.
Then has the synchronisation been enabled and as mentioned by @Trudy Claspill is the board spanning sprints from multiple or a single project?
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.