alias for new issues

This commit is contained in:
Morgan Wattiez 2019-08-13 15:32:47 +02:00
parent 303b233434
commit a36c33c5d2

View File

@ -17,6 +17,7 @@ alias bakclogs='backlogs'
alias lastissues='jira jql "project IN (CICD, TOOL) AND Created > -2w ORDER BY Created DESC, Priority DESC"'
alias workingon="jira jql \"assignee = currentUser() AND resolution = Unresolved AND status not in ('In Review', 'Done', 'In Testing', 'Waiting For Build') OR QA = currentUser() AND status = 'In Testing' ORDER BY updated DESC\""
alias newissues="jira jql \"project IN (CICD, TOOL) AND Created > -2w AND resolution = Unresolved AND status not in ('In Progress') ORDER BY Created DESC, Priority DESC\""
alias n='newissues'
alias backlog=toollist
alias bakclog='backlog'
alias b='backlog'