I am trying to use: move_version() function to change the state of the Version to be closed.
move_version(id, after=None, position=None). in this function "position " parameter can be set to First
, Last
, Earlier
, or Later.
I can't understand the meaning of all these values. What does First do? and can this be used to Release the Version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.