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

    Class DevelopmentInformation

    Index

    Constructors

    Methods

    • Deletes development information entities which have all the provided properties. Repositories which have properties that match ALL of the properties (i.e. treated as an AND), and all their related development information (such as commits, branches and pull requests), will be deleted. For example if request is DELETE bulk?accountId=123&projectId=ABC entities which have properties accountId=123 and projectId=ABC will be deleted. Optional param _updateSequenceId is no longer supported. Deletion is performed asynchronously: specified entities will eventually be removed from Jira.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<void>

    • Deletes development information entities which have all the provided properties. Repositories which have properties that match ALL of the properties (i.e. treated as an AND), and all their related development information (such as commits, branches and pull requests), will be deleted. For example if request is DELETE bulk?accountId=123&projectId=ABC entities which have properties accountId=123 and projectId=ABC will be deleted. Optional param _updateSequenceId is no longer supported. Deletion is performed asynchronously: specified entities will eventually be removed from Jira.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<T>

    • Deletes the repository data stored by the given ID and all related development information entities. Deletion is performed asynchronously.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<void>

    • Deletes the repository data stored by the given ID and all related development information entities. Deletion is performed asynchronously.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<T>

    • Checks if repositories which have all the provided properties exists. For example, if request is GET existsByProperties?accountId=123&projectId=ABC then result will be positive only if there is at least one repository with both properties accountId=123 and projectId=ABC. Special property _updateSequenceId can be used to filter all entities with updateSequenceId less or equal than the value specified. In addition to the optional _updateSequenceId, one or more query params must be supplied to specify properties to search by.

      Type Parameters

      Parameters

      Returns Promise<void>

    • Checks if repositories which have all the provided properties exists. For example, if request is GET existsByProperties?accountId=123&projectId=ABC then result will be positive only if there is at least one repository with both properties accountId=123 and projectId=ABC. Special property _updateSequenceId can be used to filter all entities with updateSequenceId less or equal than the value specified. In addition to the optional _updateSequenceId, one or more query params must be supplied to specify properties to search by.

      Type Parameters

      Parameters

      Returns Promise<T>