An error occurred while fetching this tab.
Add field in project type to return timeline event tags
- Nov 09, 2022
-
-
Aboobacker MK authored
-
Rajendra Kadam authored
-
Rajendra Kadam authored
-
With this MR, the project query can return the incidentManagementTimelineEventTags
field.
NA
timelineEventTags
field with the below input.query GetProjectDetails($projectPath: ID!) {
project(fullPath: $projectPath) {
id
incidentManagementTimelineEventTags {
name
id
}
}
}
{
"projectPath": "<project_path where tags were added.>"
}
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #373853 (closed)