You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I get a list of issues via redmine.issue.filter(assigned_to_id=##) the issues obtained have an incomplete url attribute. The attribute is missing the issue ID part.
Grabbing the same issue via redmine.issue.get(id) has the full url.
The text was updated successfully, but these errors were encountered:
If I get a list of issues via redmine.issue.filter(assigned_to_id=##) the issues obtained have an incomplete url attribute. The attribute is missing the issue ID part.
Grabbing the same issue via redmine.issue.get(id) has the full url.
The text was updated successfully, but these errors were encountered: