You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jiraAPIController.searchIssues(req,'(assignee = currentUser() OR (worklogAuthor = currentUser() AND worklogDate >= '+startDate+' AND worklogDate <= '+endDate+') OR reporter = currentUser()) AND (status CHANGED TO ("'+process.env.JIRA_DONE_STATUS+'") DURING ("'+startDate+'","'+endDate+'") OR status WAS NOT "'+process.env.JIRA_DONE_STATUS+'" DURING ("'+startDate+'","'+endDate+'") )').then(result=>{
37
+
jiraAPIController.searchIssues(req,'worklogAuthor = currentUser() AND worklogDate >= '+startDate+' AND worklogDate <= '+endDate+' OR ((assignee = currentUser() OR reporter = currentUser()) AND ((statusCategory != '+process.env.JIRA_DONE_STATUS+') OR (statusCategory = '+process.env.JIRA_DONE_STATUS+' AND status CHANGED DURING ('+startDate+', '+endDate+'))))').then(result=>{
0 commit comments