Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
None
-
None
-
XRAYCLOUD 2024 Sprint 5, XRAYCLOUD 2024 Sprint 6, XRAYCLOUD 2024 Sprint 7
-
Description
Description: When performing the mutation createTest, an error is returned.
"Error setting up information after the creation of issue".
Pre-conditions:
How to reproduce
- Execute the following Graphql body to create a Test issue:
createTest( testType: { name: "Cucumber" }, gherkin: "Gherkin Def", jira: { fields: { summary:"Summary of the Test", project: {key: "XRAYCloud"}, priority:{name:"Lowest"}} } )
Actual result/Attachments:
Jira issue and fields are created, but Xray information is missing.
Expected result:
Both Jira and Xray information is added.
Version
NA
Attachments
Issue Links
- is duplicated by
-
XRAYCLOUD-6971 Missing Test Step attachments, while we create a Test with Graphql mutation multiple times.
- Closed