I've created project properties in a couple of different formats and would like to use that property in JQL. The examples below all failed to return any issues:
I create project property 'prop1', which, when getting the value via REST looks like this::
{
"key": "prop1",
"value": "prop1_value"
}
I then created another property of the form:
{
"key": "prop2",
"value": {
"name": "prop2_value"
}
}
Then I tried all the same tests as above but adding .name e.g. project.property[prop2].name = "prop2_value"
In order to use entity properties in JQL it has to be indexed, and if I read the document correctly you have to do that either via an Atlassian Connect app or Forge app. See Making searchable entity properties for more information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.