Jira.js - Jira Cloud API library
    Preparing search index...

    Interface VersionMove

    interface VersionMove {
        after?: string;
        position?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    after?: string

    The URL (self link) of the version after which to place the moved version. Cannot be used with position.

    position?: string

    An absolute position in which to place the moved version. Cannot be used with after.