edgeType

Types of connections between nodes in the issue graph.

Examples

enum EdgeType {
  Default
  Arrow
  Step
}

Enum values

Enum value
Description

Default

Standard connection between nodes

Arrow

Directional connection indicating flow or dependency

Step

Sequential connection representing steps or progression

References

Fields with this object:

Last updated