Di Xu
Di Xu
@fignutz Currently I don't have too much bandwidth to work on this new feature. Your contributions are welcome if you are interested.
> Simillar behaviour is there while using queryWorkitems or runSavedQueryByUrl also and it resulting into taking huge time to fetch all workitems and sometime int token expire @rajueekgp From the...
@arunselvamr Please refer to [this doc](https://rtcclient.readthedocs.io/en/latest/quickstart.html#about-returned-properties). All the field attributes can be accessed through **dot notion**.
@jmulholland56 Would you like to share your snippet? Also some logs. Thanks.
@hiosdroid You could try to follow all returned properties, ref to [link](https://rtcclient.readthedocs.io/en/0.6.0/quickstart.html#about-returned-properties). And find out the exact story point attribute. I cannot rememer the exact name, but you can use...
@hiosdroid You need to find out from your wk_example.field_alias.
almost implement this new feature with [this commit](https://github.com/dixudx/rtcclient/commit/c7cd61959eea77ab6e4285d857e8b2369b4d982b) TODO: - add method to handle fetching valid info for below fields - teamArea_name (Team Area) - ownedBy (Owned By) - plannedFor...
@Feva Currently we can perform some actions on the retrieved Workitems, including get/add Comments, get/add/remove Subscribers/Children/Parent, get/upload Attachments and etc;
@Feva A workitem contains so many configurations. So it is not easy to be wrapped in a generic method to update the workitem. And the configurations differ on workitem types....
> Wondered if there was any movement on this? @Feva Sorry, not yet. I think @Mershl's suggestion on updating the `Description`, `Title` and `Status` is a good choice, since these...