Table of Contents

Here you can find some most popular search examples. Just copy and paste with some modifications into the textarea: 

Image Modified

Find by Comment Author

This query will find all issues where a user with some@email.com email has left a comment

js
Code Block
language
{
  "fields.comment.comments.author.emailAddress": "some@email.com"
}

...

This query will find all issues which have incoming or outgoing link "Block"

true
Code Block
themeConfluence
linenumbers
{
  "fields.issuelinks.type.name": "Block"
}

...