Myron Overton
  • Home
  • Resume
  • Accomplishments
  • Notes
⌕
Home › Notes › DevTools › JIRA

JIRA

JIRA

API https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/

  • JQL
    # search all tickets
    project = FARM AND text ~ "some text"
  • Searches
    project = "DI" AND assignee IN (currentUser()) AND statusCategory IN ("To Do", "In Progress") ORDER BY parent ASC, key ASC, status DESC

Myron Overton — Principal Software Engineer

info@myron-overton.com  •  myron-overton.com