Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
We are facing issues to map workflow status between two different projects in same Jira instance. We have the following mapping to be done in exalate :
def statusMapping =
["PENDING":"To Do",
"Open":"Waiting For Customer",
"Done":"Done"]
def remoteStatusName = replica.status.name
issue.setStatus(statusMapping[remoteStatusName] ?: remoteStatusName)
o If status is “Pending” in Product Support = CloudOps “To do”
o If Status is “waiting for customer” in CloudOps = “Open” in Product Support
o If Status is “Done” in Cloudops = “Solved” in Product Support
o If “Solved” in Product support = “Done” in CloudOps project.