You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
having 1 property query seems working fine, but once I add another property key nothing display. probably I wrongly set the query. so I'm wondering how to set such a property query correctly when using multiple properties
eg. propertyQuery=[prop1].nested.value=yes works
then now I want to combine the above with [prop2].value=test?
I've tried concat with both but obviously not working propertyQuery=[prop1].nested.value=yes&[prop2].value=test
tried with propertyQuery=[prop1].nested.value=yes%26[prop2].value=test not working
tried propertyQuery=[prop1].nested.value=yes AND [prop2].value=test still not working
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im actually using this API endpoint https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get to retrieve projects with some properties definied on them.
having 1 property query seems working fine, but once I add another property key nothing display. probably I wrongly set the query. so I'm wondering how to set such a property query correctly when using multiple properties
eg.
propertyQuery=[prop1].nested.value=yes
worksthen now I want to combine the above with
[prop2].value=test
?propertyQuery=[prop1].nested.value=yes&[prop2].value=test
propertyQuery=[prop1].nested.value=yes%26[prop2].value=test
not workingpropertyQuery=[prop1].nested.value=yes AND [prop2].value=test
still not workingHow should I setup this correctly?
Beta Was this translation helpful? Give feedback.
All reactions