在JIRA中,我需要找到与用户(我)相关的所有问题,包括评论、任务接受者、报告者、观察者和状态更新。
Query select es.[FK Epic ID], es.[epic status], u.[Full Name], es.[Date Saved] from current_dw.[epic status] es inner join current_dw.[User] u on es.[FK User Saved By ID] = u.[User ID] where es.[fk epic id] = 3410 Result...
subquery_item ='(status CHANGED during ("{after}", "{before}") TO "{status}" and assignee = "{user}")'subquery =" or ".join(subquery_item.format(status=s, **params)forsinstatuses) query =''' project={project} and (assignee = "{user}" and status in {statuses}) or {subquery}...
Such a lousy user experience requires the user to now link. ... 40 views 1 0 Natalie Rudow yesterday cloud jira jira-cloud Epic is showing up in the search query but its not showing when used in board with same filter query Hey Everyone, I have created a scrum board and need ...
status=resolved OR project="Teams in Space" AND assignee=captainjoe This query, on the other hand, will return captainjoe’s issues from the Teams in Space project (clauses grouped by AND), and also all existing resolved issues (a clause separated by OR). Example 3 status=resolved OR pro...
Status 200 - application/json Example {"key":"jira-software","groups":["jira-software-users","jira-testers"],"name":"JIRA Software","defaultGroups":["jira-software-users"],"selectedByDefault":false,"defined":false,"numberOfSeats":10,"remainingSeats":5,"userCount":5,"userCountDescription...
Refines our Jira status selectors, which currently showall available statuses globally, many of which have duplicate labels, making it trivial for a user to misconfigure their integration. When a mismatched status for the given project is selected, status syncing will silently fail. ...
Unassigned: Remove existing user and set the issue as ‘Unassigned’. User who triggered the event: Assign the issue to the user who triggered the event. User in a role:Assign the issue to a specific role within a team. User in a group:Assign the issue to a user under a selected grou...
Status 200 - application/json Example [{"key":"jira-software","groups":["jira-software-users","jira-testers"],"name":"JIRA Software","defaultGroups":["jira-software-users"],"selectedByDefault":false,"defined":false,"numberOfSeats":10,"remainingSeats":5,"userCount":5,"userCountDescriptio...
Search for issues that are assigned to a particular user. You can search by the user's full name, ID, or email address. Syntax 1 assignee Field Type USER Auto-complete Yes Supported operators = , != IS, IS NOT, IN, NOT IN, WAS, WAS IN, WAS NOT, WAS NOT IN, CHANGED Note that...