-
Bug
-
Resolution: Fixed
-
Low
-
2.5.2
JIRA ServiceDesk JQL functions doesn't return any issues when fetching issues inside a job using the Atlassian Scheduling API.
Code:
.. private final SearchProvider searchProvider; //com.atlassian.jira.issue.search.SearchProvider .. final User user = ... //An admin account is used, and is a ServiceDesk agent final String jql = "\"Time to resolution\" = breached()"; Query query = new DefaultJqlQueryParser().parseQuery(jql); SearchResults results = searchProvider.searchOverrideSecurity(query, user, PagerFilter.getUnlimitedFilter(), null); return results.getIssues(); //No result in Scheduler API but works in WebWork Action.
If you run this from a user action, this works fine, but when doing this within a Atlassian Scheduler API job, this doesn't return any issues with an JQL containing a JQL function like "breached".
Using other JQL functions, both from JIRA, but also from other plugin vendors, this code works fine. So this is very urgent for us, not being able to schedule queries, with JIRA ServiceDesk JQL functions.
Cheers //Mathias (Developer of the "Notification Assistant for JIRA" plugin from Riada)
- relates to
-
JSDSERVER-2083 SLA breach event is not triggered intermittently
-
- Closed
-
- mentioned in
-
Page Failed to load
- was cloned as
-
DESK-4349 Failed to load
Form Name |
---|