Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot delete screen with blank workflow

Jonathan Van den Broeck October 17, 2018

Hi everyone,

I have some screen I cannot delete because there is a blank workflow attached to them.

2018-10-16 16_48_11-View Screens - Service Desk.png

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?

1 answer

1 accepted

1 vote
Answer accepted
Keri
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 22, 2018

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

Jonathan Van den Broeck October 22, 2018

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:

https://pastebin.com/raw/y7KYL0Wq

Like Sugandha Singh likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events