Skip to content

Fail to list plugin of webhooks #3616

@choonho

Description

@choonho

There are 3 types of repository.

  • remote (old legacy for v1.x)
  • manged
  • local

Customer uses "managed" or "local" by installation guide.

It failed to fetch plugin list of webhook.

image

/* api */
const getRepositoryID = async () => {
const res = await SpaceConnector.clientV2.repository.repository.list<RepositoryListParameters, ListResponse>({
repository_type: 'remote',
});
const repositoryId = res.results ? res.results[0].repository_id : '';
return repositoryId;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions