jql - deptno/deptno.github.io GitHub Wiki

jql

jira query language

recipe

  • 슀크럼 νŒ€μ›μš©
project = "B2C" and (assignee in ("deptno") OR participants in ("deptno")) ORDER BY created DESC
  • κΈ°κ°„ 검색
(assignee = "deptno" OR Participants in (deptno)) AND project = "PROJECT_NAME" AND created > startOfMonth("-6M") ORDER BY created DESC

link