IssueFuction in Jira Server is working fine but it is not working with Jira cloud. The API I use is
issuetype="Bug" and issueFunction in addedAfterSprintStart("board name", "sprint name") and resolution in(Done,Unresolved). This worked fine with JIRA server but in JIRA cloud the JQL and the API call is not working. We tried to use the script runner enhanced search and were able to get the result. But the API call is giving us an error " {"errorMessages":["Field 'issueFunction' does not exist or you do not have permission to view it."],"warningMessages":[]}" Eventhough the script runner plugin is available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.