Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntityType ¶
EntityType resolves a user-provided entity type string to its canonical Targetprocess API form. It handles:
- Case-insensitive matching: "userstory" → "UserStory"
- Plural stripping: "UserStories" → "UserStory", "Bugs" → "Bug"
- Aliases: "story" → "UserStory", "us" → "UserStory"
Unknown types pass through unchanged so the API can validate them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.