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