Forums

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

Issue to transit to a particular status using action Id of that status

PV September 12, 2022

I need to auto transit my issue to a particular status upon reassignment, for this a custom script postfunction is present which takes Action Id or transition id of status we need to move the issue to. 

If(condition){

IssueUtil.transitIssue(issue, actionId) }

 

It is showing the log comments/ errors as: 

Moving issue [issuekey] to [actionId] with null comment.

Transition of [issuekey] to [actionId] is not valid.

 

I need to understand why this is happening...

Thanks in advance!

1 answer

1 vote
Mohamed Benziane
Community Champion
September 12, 2022

Hi,

Can you make sure that you have the good actionId for this status ?

PV September 13, 2022

Yes

Suggest an answer

Log in or Sign up to answer