I'm using below details to move an issue from one IP resolution stage to another IP resolution stage and also from an IP resolution stage to a Done resolution stage. Transition is happening but comment is not getting updated.
Also, if I use 'resolutions' tag under fields it throws error as
From Stage | To Stage | Transition ID |
In Progress | L1 Bucket | 11 |
In Progress | Closed | 21 |
In Progress | Rejected | 41 |
L1 Bucket | Closed | 31 |
API Body
{
"fields": {
},
"transition": {
"id": "11"
},
"update": {
"comment": [
{
"add": {
"body": {
"content": [
{
"content": [
{
"text": "Issue resolved",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
"version": 1
}
}
}
]
}
}
Do you have a screen tied to transition 11? If so, it would need to have the Resolution field on it to set that during the transition.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need to set a screen on the transition with Resolution field available.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.