Skip to content
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

Jira Bridge Improvements #89

Open
wants to merge 100 commits into
base: master
Choose a base branch
from

Conversation

barbara-darkshot
Copy link
Contributor

Made some improvements to the Jira Bridge by creating a new handler with the following specificities:

  • allow customization using settings.py file
  • allow sync initiation from Jira (both-way syncing)
  • handle parent/children hierarchy

Comment on lines +209 to +216
self.assertFalse(
bridge.sync_in_jira(
self.HANDLER_NAME,
"Shot",
mock_shotgun.SG_SHOT["id"],
mock_shotgun.SG_SHOT_CHANGE_EVENT,
)
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it also worth checking that we log a message? Is that possible?
That way we can be more confident that the reason it has come back false is for the reason we think it is. Otherwise, the test might pass but for an entirely different reason that caused the sync to be false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants