I have created plugin for cloud Jira which use Jira expression(/rest/api/3/expression/eval) to find issue which contains custom properties. Now I need to port this functionality to server version. Is it possible? I tried use /rest/api/2/search but jql doesn't support search by properies
Hi Volodymyr,
There is no a native JQL function to search issue properties you must create your JQL function as well as part of this migration process.
See https://developer.atlassian.com/server/jira/platform/jql-function/
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.