Replies: 1 comment 5 replies
-
|
hi @ncont
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey pylero team,
I would like to query the actual revision number of a work item. I am able to get it for a linked work item.
The idea is: I would like to check a linked work items, which is fixed by revision, if there is a newer revision.
Example:
Item ABC-123 is linked in Item ABC-234 with revision 10. Now Item ABC-123 is updated and has revision 15.
Goal of my script is: Detect missmatch between linked revision and the actual one.
Or in Code:
Have this attribute: revision
for [ Attributes]
pylero/src/pylero/work_item.py
Line 61 in a43658f
Does anyone have an idea to query this value?
Beta Was this translation helpful? Give feedback.
All reactions