[FEATURE] Ticket system integration (Jira, Basecamp, etc.) #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
minor
Not urgent, importance may require monitoring based on context
Is your feature request related to a problem? Please describe.
Product Testing team requested a synchronization mechanism to Jira since Jira is kind of treated like a database of related tests.
Describe the solution you'd like
We would like to have a generic way of plugging in API calls to arbitrary task management systems. We want to have a Jira plugin ready but we also want to expose a way for other task management systems to be synchronized against a repository of tests.
Describe alternatives you've considered
N/A
Additional context
It is a bit unclear at the moment how to automate this. I envision something like
kalash sync
subcommand. Future releases ofkalash
will have subcommands likekalash run -f some.yaml
, so we could use a sync command to let people resolve the true state against tickets in a task management system. This will work because we do have arelatedUseCases
tag implemented, albeit at the moment it's not doing anything smart.The text was updated successfully, but these errors were encountered: