0

I'd like to get all the tasks that are not blocked by unresolved tasks. List all JIRA tasks that are not blocked by other tasks addresses this issue using addons that are not available on the cloud version of Jira. Is such a thing possible on the cloud version?

Community
  • 1
  • 1
Guig
  • 9,891
  • 7
  • 64
  • 126

1 Answers1

1

It is not possible in cloud version.

You can check, by JQL, the single issue using the syntax

issue in linkedIssues ("TEST-2","is blocked by")

Where TEST is a Project and "2" is ID of issue.

Osoter
  • 571
  • 3
  • 9
  • 1
    Ok that's what I feared. Thanks for the confirmation. It's absolutely crazy that such a key query is not possible. – Guig Apr 22 '16 at 19:11