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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.