Forums

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

Can I set issue "resolution" from create screen?

Leirbag Assuab
Contributor
July 12, 2018

Hi! I'm facing this sceneario:

My Help Desk team attends calls and most of them are resolved during the call. They want to register those calls into Jira Service Desk (in name of the customer), set resolution type and close the issues from create screen, all at once.

So I've defined the following stuff:

- Issue type called "Call".

- WF with two status, open and closed, and one only transition between O-->C.

- Create screen, where I've added "Resolution" field, because Help Desk needs to set the ending resolution of the call (not all calls can set a fixed value, maybe the user request has no solution, or user is not authorised to do that request by phone, ...)

- Using "Automation Lite" I've added an automation rule that simply closes the issues with issuetype = Call.

Alls seems to be well definded. The issues are created and transitioned fine, but at the end, issues remain with "Resolution" = "Unresolved". If I deactivate automation rule, I see the issue is created without resolution (and obviously remains in Open status).

Any idea what could be wrong there? Is this really possible or resolution field is ignored at create time?

1 answer

1 accepted

1 vote
Answer accepted
Ton July 12, 2018

Hi Leirbag,


You can't set a resolution during the creation an issue to status Open, However, there are some options to resolve your problem.


Option 1- If you have just "One" kind of resolution, for example, "Done", you could set the value "Done" as a default in your Resolutions Field in your Post-Function.

 

1.png

2.png

Option 2- If there are more than one value, for example, "Done" and "Canceled" you could:
a) create a field (single list) with the same options that you have in Field Resolution (PS: exactly the same name ["done" = "done"] or ["Done" = "Done"] ["Done" doesn't work with "done"] 
b) Use the new field in your screen
c) Set the post functions in your transition to "Close" to copy the value from New field to Resolutions Field.

3.png

 

Good luck =)

Leirbag Assuab
Contributor
July 13, 2018

Hi @Ton,

Thanks for your answer! The second scenario is the one I'm facing to. I think your solution #2 will fit ok.

Suggest an answer

Log in or Sign up to answer