Table of Contents
Here you can find some most popular search examples. Just copy and paste with some modifications into the textarea:
Find by Comment Author
This query will find all issues where a user with some@email.com email has left a comment
Code Block | language | js
---|
{ "fields.comment.comments.author.emailAddress": "some@email.com" } |
...
This query will find all issues which have incoming or outgoing link "Block"
Code Block | |
---|---|
theme | Confluence | linenumbers | true
{ "fields.issuelinks.type.name": "Block" } |
...