Hi everyone,
I have some screen I cannot delete because there is a blank workflow attached to them.
I tried to attached a new workflow to these screens but the blank workflow stay in place. I found a kb about this problem but it does not work in my case.
https://confluence.atlassian.com/jirakb/no-delete-option-on-screens-432801027.html
jira=# SELECT * FROM fieldscreen ORDER BY 2;
id | name | description
-------+-------------------------------------------------+-------------------------------------------------------------------------------
10101 | Asset - Create | Create new asset and fill all specifications
10102 | Asset - Edit/View |
1 | Default Screen | Allows to update all system fields.
10604 | JIRA Service Desk: Incident Create Issue Screen |
10600 | JIRA Service Desk: Problem Create Issue Screen |
10500 | Request - Ask approval |
10411 | Request - Pending | Screen to specify the pending reason when transitioning to the Pending status
3 | Request - Resolve/Close | Allows to set resolution, change fix versions and assign an issue.
2 | Simple comment screen | This screen is used to add a simple comment
(9 rows)
jira=# SELECT workflowname FROM jiraworkflows WHERE descriptor LIKE '%JIRA Service Desk: Incident Create Issue Screen%';
workflowname
--------------
(0 rows)
jira=# SELECT workflowname FROM jiraworkflows WHERE descriptor LIKE '%JIRA Service Desk: Problem Create Issue Screen%';
workflowname
--------------
(0 rows)
How can I get rid of it?
Hi Jonathan,
Can you please try running the following queries to see if the screens are referenced:
select * from jiraworkflows where descriptor like '%jira.fieldscreen.id">10600%’
select * from jiraworkflows where descriptor like '%jira.fieldscreen.id">10604%’
In addition, have you tried running the database integrity checker to see If it can fix any issues within the workflows?
Cheers,
Keri
Nice. I have found the two workflow where these screens where use. I deleted the screens in the workflow and now I can delete the unused screens.
For information, here is the result of your request:
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.