You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
we want to migrate our projects and users to the cloud, from a Jira Server 8.5.4.
Some projects are migrated but projects with more complex Workflow schemas can not be migrated with the following error message:
ERROR zyx project-import We couldn't import Workflow 'xyz Workflow' because of 1 missing dependencies: Screen 1. Check the reasons for the missing dependencies on your server site.
Unfortunately I could not yet establish a concrete connection from "Screen 1" to our Workflows, the Workflows have stored Sceens, but the analysis of which Screen is the problem Screen, I have not yet succeeded.
Attached is a similar error message, where in the Post Function the "Resolution" value had to be adjusted, unfortunately I could not find a "Screen" value in the Post Function, which has to be adjusted similarly.
Does anyone have an idea what triggers the error "Screen 1", also a comparison of what the Cloud Migration Tool can transfer and what not has not helped me unfortunately.
Hello.
Did this issue get a resolution? I am getting a similar issue here.
Any idea how to get around this? I already enabled the Dark Feature Flag but it still wont migrate. "com.atlassian.jira.migration.skip.invalid.workflow.rule.enabled"
2021-06-03 19:48:13.294 ERROR NLSS project-import We couldn't import Workflow '***COMPANY*** Software Simplified Workflow' because of 1 missing dependencies: Resolution -1. This caused 4937 other items to fail. Check the reasons for the missing dependencies on your server site.
Hi Carlos,
as in your error the resolutions mentioned, maybe your workflow refers to a non-existent resolution. Could you check your workflow post-functions if they set a resolution and if that resolutions are all valid.
Hello Bastian,
Here is a screen shot of the fields and the values. As shown here - the resolution is present and has a value of Done. You see the 3rd column is 'Resolution' and in this sorting the ones you can see are marked 'Done'. I scrolled through all of these and looked for a resolution that is out of place but didn't see an anomaly.
How or where do we check post-functions?
Carlos
Hi Carlos,
you have to check the workflow itself, the postfunctions etc, not the issues. So you need to go to workflow configuration (Cog -> Issues -> Workflows) and check every Transition.
You will need Jira Administrator Permission for this.
Bastian,
You are correct. The workflow had a post-resolution step where users were able to reopen a closed issue or task. Then somehow the post-function started assigning a value of BLANK to the resolution which returned a -1. We change the workflow restart step to set Resolution to "None" which is a valid value from the drop down list.
Thank you VERY much for your expertise!
Carlos
Hi Carlos,
you are welcome. Gret to hear that.