konveyor / enhancements

Enhancements tracking repository for Konveyor
Apache License 2.0
3 stars 33 forks source link

Tackle Integration with Jira #85

Closed rromannissen closed 1 year ago

rromannissen commented 1 year ago

Signed-off-by: Ramon Roman Nissen rromannissen@gmail.com

jwmatthews commented 1 year ago

LGTM, I read what's captured so far and makes sense.

rromannissen commented 1 year ago

@jortel @mansam we have some new commits from atSistemas to review and discuss.

rromannissen commented 1 year ago

@joseacr @tprumbs I think the best approach here would be for you to share details on how to interact with the different flavors and versions of the Jira API. Creating a standalone service would require additional resources for the deployment of Konveyor/Tackle, and the team is considering to include the integration with issue trackers as part of the core. Another interesting topic to contribute to would be to define automated testing strategies when dealing with Jira. We don't know of there is any kind of mock API or a way to spin up Jira instances on demand, but we definitely need something for our automated end to end tests.

joseacr commented 1 year ago

@joseacr @tprumbs I think the best approach here would be for you to share details on how to interact with the different flavors and versions of the Jira API. Creating a standalone service would require additional resources for the deployment of Konveyor/Tackle, and the team is considering to include the integration with issue trackers as part of the core. Another interesting topic to contribute to would be to define automated testing strategies when dealing with Jira. We don't know of there is any kind of mock API or a way to spin up Jira instances on demand, but we definitely need something for our automated end to end tests.

I completely agree @rromannissen. We will bring our functional knowledge about JIRA and its integrations.