When we first set up Jira a few years back, we used Jira Workflow Toolbox so we could automatically generate subtasks when issues were transitioned.
Now, we're trying to migrate to the cloud.
on our test migration, the postfunctions didn't make it to the cloud.
I've tried adding the postfunctions in the cloud version, but they're still not working.
any suggestions?
Glad that it work for you :) Please vote and accept my answer if possible. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there
Can you try this query:
project = xxxx and issuetype = story and team in (xxxxx) and customfield != empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for response
YES. I did
!= EMPTY is working. Only = EMPTY is having issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try running background reindexing and try to run the query again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.