"description":"Health status of an issue or epic",
"fields":null,
"inputFields":null,
"interfaces":null,
"enumValues":[
{
"name":"onTrack",
"description":null,
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"needsAttention",
"description":null,
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"atRisk",
"description":null,
"isDeprecated":false,
"deprecationReason":null
}
],
"possibleTypes":null
},
{
{
"kind":"OBJECT",
"kind":"OBJECT",
"name":"DesignConnection",
"name":"DesignConnection",
...
@@ -19453,6 +19482,33 @@
...
@@ -19453,6 +19482,33 @@
"isDeprecated":false,
"isDeprecated":false,
"deprecationReason":null
"deprecationReason":null
},
},
{
"name":"updateIssue",
"description":null,
"args":[
{
"name":"input",
"description":null,
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"INPUT_OBJECT",
"name":"UpdateIssueInput",
"ofType":null
}
},
"defaultValue":null
}
],
"type":{
"kind":"OBJECT",
"name":"UpdateIssuePayload",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
{
"name":"updateNote",
"name":"updateNote",
"description":"Updates a Note. If the body of the Note contains only quick actions, the Note will be destroyed during the update, and no Note will be returned",
"description":"Updates a Note. If the body of the Note contains only quick actions, the Note will be destroyed during the update, and no Note will be returned",
...
@@ -20262,6 +20318,132 @@
...
@@ -20262,6 +20318,132 @@
"enumValues":null,
"enumValues":null,
"possibleTypes":null
"possibleTypes":null
},
},
{
"kind":"OBJECT",
"name":"UpdateIssuePayload",
"description":"Autogenerated return type of UpdateIssue",
"fields":[
{
"name":"clientMutationId",
"description":"A unique identifier for the client performing the mutation.",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"errors",
"description":"Reasons why the mutation failed.",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"LIST",
"name":null,
"ofType":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
}
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"issue",
"description":"The issue after mutation",
"args":[
],
"type":{
"kind":"OBJECT",
"name":"Issue",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"INPUT_OBJECT",
"name":"UpdateIssueInput",
"description":"Autogenerated input type of UpdateIssue",
"fields":null,
"inputFields":[
{
"name":"projectPath",
"description":"The project the issue to mutate is in",
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"ID",
"ofType":null
}
},
"defaultValue":null
},
{
"name":"iid",
"description":"The iid of the issue to mutate",
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"defaultValue":null
},
{
"name":"healthStatus",
"description":"The desired health status",
"type":{
"kind":"ENUM",
"name":"HealthStatus",
"ofType":null
},
"defaultValue":null
},
{
"name":"clientMutationId",
"description":"A unique identifier for the client performing the mutation.",
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"defaultValue":null
}
],
"interfaces":null,
"enumValues":null,
"possibleTypes":null
},
{
{
"kind":"OBJECT",
"kind":"OBJECT",
"name":"MergeRequestSetLabelsPayload",
"name":"MergeRequestSetLabelsPayload",
...
@@ -23906,6 +24088,16 @@
...
@@ -23906,6 +24088,16 @@
},
},
"defaultValue":null
"defaultValue":null
},
},
{
"name":"healthStatus",
"description":"The desired health status",
"type":{
"kind":"ENUM",
"name":"HealthStatus",
"ofType":null
},
"defaultValue":null
},
{
{
"name":"clientMutationId",
"name":"clientMutationId",
"description":"A unique identifier for the client performing the mutation.",
"description":"A unique identifier for the client performing the mutation.",
| `environment:url` | yes | GitLab | The variable expansion is made by GitLab's [internal variable expansion mechanism](#gitlab-internal-variable-expansion-mechanism).<br/><br/>Supported are all variables defined for a job (project/group variables, variables from `.gitlab-ci.yml`, variables from triggers, variables from pipeline schedules).<br/><br/>Not supported are variables defined in Runner's `config.toml` and variables created in job's `script`. |
| `environment:url` | yes | GitLab | The variable expansion is made by GitLab's [internal variable expansion mechanism](#gitlab-internal-variable-expansion-mechanism).<br/><br/>Supported are all variables defined for a job (project/group variables, variables from `.gitlab-ci.yml`, variables from triggers, variables from pipeline schedules).<br/><br/>Not supported are variables defined in Runner's `config.toml` and variables created in job's `script`. |
| `environment:name` | yes | GitLab | Similar to `environment:url`, but the variables expansion doesn't support the following:<br/><br/>- Variables that are based on the environment's name (`CI_ENVIRONMENT_NAME`, `CI_ENVIRONMENT_SLUG`).<br/>- Any other variables related to environment (currently only `CI_ENVIRONMENT_URL`).<br/>- [Persisted variables](#persisted-variables). |
| `environment:name` | yes | GitLab | Similar to `environment:url`, but the variables expansion doesn't support the following:<br/><br/>- Variables that are based on the environment's name (`CI_ENVIRONMENT_NAME`, `CI_ENVIRONMENT_SLUG`).<br/>- Any other variables related to environment (currently only `CI_ENVIRONMENT_URL`).<br/>- [Persisted variables](#persisted-variables). |
| `resource_group` | yes | GitLab | Similar to `environment:url`, but the variables expansion doesn't support the following:<br/><br/>- Variables that are based on the environment's name (`CI_ENVIRONMENT_NAME`, `CI_ENVIRONMENT_SLUG`).<br/>- Any other variables related to environment (currently only `CI_ENVIRONMENT_URL`).<br/>- [Persisted variables](#persisted-variables). |
| `variables` | yes | Runner | The variable expansion is made by GitLab Runner's [internal variable expansion mechanism](#gitlab-runner-internal-variable-expansion-mechanism) |
| `variables` | yes | Runner | The variable expansion is made by GitLab Runner's [internal variable expansion mechanism](#gitlab-runner-internal-variable-expansion-mechanism) |
| `image` | yes | Runner | The variable expansion is made by GitLab Runner's [internal variable expansion mechanism](#gitlab-runner-internal-variable-expansion-mechanism) |
| `image` | yes | Runner | The variable expansion is made by GitLab Runner's [internal variable expansion mechanism](#gitlab-runner-internal-variable-expansion-mechanism) |
| `services:[]` | yes | Runner | The variable expansion is made by GitLab Runner's [internal variable expansion mechanism](#gitlab-runner-internal-variable-expansion-mechanism) |
| `services:[]` | yes | Runner | The variable expansion is made by GitLab Runner's [internal variable expansion mechanism](#gitlab-runner-internal-variable-expansion-mechanism) |