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

bugfix in method create_issue_link #782

Merged
merged 3 commits into from
May 31, 2019
Merged

Conversation

russoz
Copy link

@russoz russoz commented Apr 30, 2019

It checks for the caching attribute "_cached_issuetypes" but then store the value
in the attribute "_cached_issue_link_types", effectively NOT caching anything.

Hence, we moved the caching logic to issue_link_types() where it makes more sense,
also adding an additional parameter that will allow forcing a retrieval from the
JIRA server.

Alexei Znamensky added 3 commits April 30, 2019 16:45
It checks for the caching attribute "_cached_issuetypes" but then store the value
in the attribute "_cached_issue_link_types", effectively NOT caching anything.

Hence, we moved the caching logic to issue_link_types() where it makes more sense,
also adding an additional parameter that will allow forcing a retrieval from the
JIRA server.
@ssbarnea ssbarnea self-requested a review May 31, 2019 13:54
@ssbarnea ssbarnea merged commit ca306d7 into pycontribs:master May 31, 2019
@ssbarnea ssbarnea added the bug label Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants