Forums

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

Fast Track Transition not changing Issue Status - why??

kdickason
Contributor
November 30, 2021

Please see the attached picture and offer any help you can.  I am trying to use the Fast Track an Issue post-function at the Create transition below to move this issue to Done if a certain field has a certain entry.  The post-function fires without problem, but the issue does not change status to Done, it remains in the status Requested.  What am I doing wrong??

fast_track_issue.png

 

1 answer

1 accepted

1 vote
Answer accepted
Sebastian Krzewiński
Community Champion
November 30, 2021

Hi @kdickason 

 

Can you share config of fast-track postfunction?

Do you have checked all transition options (skip permissions/validators/permissions)?

 

Regards,

Seba

kdickason
Contributor
November 30, 2021

@Sebastian Krzewiński I'm sorry this is hard to see, I have to scan it in from a separate network that has no internet access.   fast_track_issue2.png

Sebastian Krzewiński
Community Champion
November 30, 2021

Hi @kdickason 

 

In my opinion problem is with condition. As I understand Access Needed field is Radio button type so it is select list.

Try this:

cfValues['Field name']?.value == 'Your value'
kdickason
Contributor
November 30, 2021

@Sebastian Krzewiński I updated the Condition using the format you provided.  It runs, without failure in the post function but the Status of the ticket is still in Requested.  This is so frustrating?  Thank you so much for your thoughts.

Sebastian Krzewiński
Community Champion
December 1, 2021

@kdickason 

 

Please remove code from additional actions and try again. Sometimes this block it.

kdickason
Contributor
December 1, 2021

@Sebastian Krzewiński   It's WORKING!!!  Yes, the code to set the Resolution to Done did nothing but the key was your first suggestion.  I'm so, so thankful to you.

Suggest an answer

Log in or Sign up to answer