Description
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 of kalash
will have subcommands like kalash 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 a relatedUseCases
tag implemented, albeit at the moment it's not doing anything smart.