check issues created via service desk

artafon May 16, 2016

Hi everybody!

i'm interesting moment: installed plugin sd and want to block to create issue via Atlassian UI. Only via sd. Could you help me please, is there checkbox, may be in database, on issue created via service desk?

1 answer

1 accepted

0 votes
Answer accepted
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2016

You can add 'Fields Required' validator from JIRA Suite Utillities to the "create" transition of your workflow and add "Customer Request Type" as a required field.

This will prevent users from creating issues directly from the JIRA UI

2016-05-18_0806.png

artafon May 17, 2016

Thx Boris!

You mean this:

image2016-5-18 10:32:15.png

Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2016

This should be an issue created through JIRA UI not the portal right ?

artafon May 17, 2016

Yes, I'm just said. I resolved this the next step:

if(isNull(customfield_10104)) //customer request type
{return, false, "create issue ticket via portal;}

Suggest an answer

Log in or Sign up to answer