-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Osim taskman integration #364
Conversation
96ad07d
to
ed11a16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am opened to discussion but I do not think this is the correct approach. I think that tasks should be more abstracted and in the background of the flaw management. Not directly operated through the task API.
d7778ea
to
da335be
Compare
0121183
to
0dfc971
Compare
b7aaf9d
to
523799f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fda8080
to
bd21d61
Compare
Signed-off-by: Conrado Costa <[email protected]>
baec2d3
to
87e54f5
Compare
Signed-off-by: Conrado Costa <[email protected]>
Signed-off-by: Conrado Costa <[email protected]>
87e54f5
to
042f84d
Compare
Signed-off-by: Conrado Costa <[email protected]>
Signed-off-by: Conrado Costa <[email protected]>
042f84d
to
827547d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR introduces a query building based interaction with Jira.
This new query generator reduces the number of endpoints exposed by Taskman simplifying the interactions with the module.
This PR also disables tests from old service that will bi completely disabled as a following task (OSIDB-1490).
This PR also masks Jira Status/Resolution from queries, enabling us to freely map any status from Jira and exposing OSIM status for users that makes sense with new IR workflow.
Closes OSIDB-1321.