Di Xu
Di Xu
Is there any chance that the field 'Design Authority" is recorded in another work type instead of workitem? Would you help inspect the web browser to see if there are...
> Is it possible that's managed by projectarea? Yeah, possibly. I did remember some of these features/settings are defined in standalone properties. It is very tricky. > The attribute appear...
> I noticed the $ character is present in those tricky cases. That's really funny. 😂😂😂
> The attribute appear to be defined as enumerationList$ while the presentation uses "com.ibm.team.workitem.kind.enumerationListPicker" to set its values. Let's get back to the track. So shall we add a special...
@Narendra0908 For each workitem, you can use `addParent` and `addChildren`. Here is the [usage doc](https://rtcclient.readthedocs.io/en/0.8.2/workitem.html#rtcclient.workitem.Workitem.addParent).
@ojima-ryou Please feel free to ping when this PR is ready. Thanks. cc @gpongelli for the cookie handling part, this could be useful for backward compatibility.
Please help verify, 1. All the items in your query are not stale. I think rtcclient may abandon some stale items. 2. The paged content from the server may not...
cc @casabre Multi-threading feature did lost some entries. Please help check and fix it. Thanks.
Try to see whether this works. ```bash pip install --force-reinstall git+https://github.com/dixudx/[email protected] ```
@MartinBarkerPhilips Please try latest version 0.8.0. Thanks.