Function move_version

Source
pub async fn move_version(
    configuration: &Configuration,
    id: &str,
    version_move_bean: VersionMoveBean,
) -> Result<Version, Error<MoveVersionError>>
Expand description

Modifies the version’s sequence within the project, which affects the display order of the versions in Jira. This operation can be accessed anonymously. Permissions required: Browse projects project permission for the project that contains the version.