Actions
Defect #40793
closedNot able to fetch redmine tags using API
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
We are trying to parse the issues using python-redmine module in python, But we are not able to fetch the tags field.
We are able to filter the tags but not able to fetch the tags of specific issue.
redmine.issue.filter(tags="tag_name")
Actions