You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
When I go to Advanced Search on the issue navigator and type in "issue" (without "") then I am shown four options:
What is "issue.property" here? How can I use it? What does it do?
I understand and can use the others but for issue.property I can't find any information.
There are a lot of properties of a JIRA issue which you can use to search. "key" and "type" are 2 of them.
An example to use issue property to search JIRA issue as following:
project = KUDOS and issue.property[
"request.channel.type"
].value ~ "email"
Very interesting. Is there any documentation for this? Where can we find the supported property values?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good question, Jobin - you got my vote. Im also curious about this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin, Hope this page can help https://developer.atlassian.com/jiradev/jira-architecture/building-jira-add-ons/jira-entity-properties-overview NgaLai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Nga Anh [Atlassian]. Looks like there is no definite set but a plugin or piece of code can add it if needed. When you said 'key' and 'type' are already available, I thought there is a definite set of properties already set on them. I got an empty array of keys when I tried this on Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nga LaiMay you please communicate this page documentation new location? Thank you in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Server Doc: https://developer.atlassian.com/server/jira/platform/entity-properties/
Cloud Doc: https://developer.atlassian.com/cloud/jira/service-desk/jira-entity-properties/
Various apps add entity properties to an issue so the properties for your installation will be unique. You can view the entity properties on an issue via the REST API by logging into Jira, revising this URL to match your installation and issue key, and opening it in a new tab:
https://HOSTNAME/rest/api/latest/issue/ISSUE_KEY/properties/
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.