Add field in project type to return timeline event tags
Compare changes
There are no changes yet
No changes between version 1 and version 1
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)
No changes between version 1 and version 1