Properties with "." in the name are not accessible
- Dominant language
- Python
- Stars
- 40
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Due to the check for dots in the name of a property at below code location, properties that have one or more dots in its name are not accessible to users of the library.
https://github.com/dixudx/rtcclient/blob/1721dd0b047478f5bdd6359b07a2c503cfafd86f/rtcclient/base.py#L267-L273
I wonder if this by intention or if this is a bug? I ran into this issue because story points are stored in a property called com.ibm.team.apt.attribute.complexity and I wasn't able to find it using rtcclient even though it was visible in the raw response from RTC.
Once I comment out this code location I can access the story points.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.