In which section can i find "blocking reason" item ?
I would like to know if i can use that item to report information about an Epic issue with it.
Hi @béasse
If you refer to querying tickets based on their Linked Issues connection you can use the following query:
```issueBlocks in issueHistory()```
Go to Filters --> Advanced Issue Search --> Do JQL --> type this query and search
If you want to search only issues that are blocked, do the following:
```issueIsBlockedBy in issueHistory()```
Thanks Daniel for your proposal.
In fact, I try to find a workaround to report comments from another space than "Activity==>Comments"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.