Hi @Petronio ,
you need to add an initial “query” object
it should be something like (you may need to escape uppersands):
{
“query”: "
mutation {{
createTestExecution(
jira: {{
fields: {{ summary: “{nome_testExecution}”,
project: {{id: 123456}}
}}
}}
)
{{testExecution {{
issueId
jira(fields: [“key”])
}}
warnings
createdTestEnvironments
}}
}}
"
}