Want to clone the xray test cases to another workspace using automation in Jira. As the test steps are not part of available fields in automation clone, adding additional fields as below
{
"fields":
{
"Test Repository Path": "{{issue.customfield_xxxxx}}",
"steps": [
"action": "{{issue.action}}"
]
}
}
Wish to know the correct way to call steps- action, data & result and clone to new workspace in jira
I have now modified to use appropriate fields. It copies entire data in single step, how to split it into multiple steps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Girivasan
I have not done that before with XRay. If you show your complete rule, including the both the edit action details and how the issue JSON should be structured, I can try to help.
Kind regards,
Bill
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.