mutation { createPrecondition( preconditionType: { name: "Generic" } definition: "Create Generic precondition" jira: { fields: { summary:"Generic Precondition", project: {key: "NG"} } } ) { precondition { issueId projectId preconditionType { id name kind } definition jira (fields: ["key"]) tests (limit: 100) { total start limit results {testSets (limit: 100) { total } } } } warnings } }