Hi all,
I want to clean up JIRA and I have a screen that is associated with a blank workflow as shown in the picture below. I want to delete this but cannot as it is associate with a blank workflow. I did just cleanup the workflow. I tried a reindex and that did not help.
Any ideas on how to find this blank workflow to remove this screen from it? I have no workflows without names under workflows or workflow schemes.
Thanks in advance,
Robert
image2015-4-29 14:28:32.png
Hi!
Try to find and delete screen with SQL query. Worked for me when i had this "ghost" connection with field/issue.
I look through the database and really don't want to just delete the screen that way as I am concerned about broken links etc. Thanks though...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you associate a screen to the "Create" transition of a workflow, you will see the screen associated with a "blank" workflow. This, in turn, prevents you from deleting the screen.
You should always control your "Create" transition screen with the project Screen Scheme, where you can designate a specific screen for the action of creating an issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Paul,
Have you resolved this issue? I'm seeing the same thing in my Screen list, and I can't diagnose why I'm seeing a "blank" workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also this SQL select workflowname from jiraworkflows where descriptor like 'Event Create Screen'; returns no values?!? (as does this select workflowname from jiraworkflows where descriptor like 'New Create event screen';)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh I also checked this https://confluence.atlassian.com/display/JIRAKB/No+delete+option+on+Screens issue and I am not getting that error in my logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.