Skip to content

Feature request - List projects by tags #338

Description

@jamesRUS52

Could you add searching projects by tags ?

For this you should add available array key parameters in identity method listProjects() according to route GET /v3/projects
tags | Projects that contain all of the specified tags
tags-any | Projects that contain at least one of the specified tags
not-tags | Projects that do not contain exactly all of the specified tags
not-tags-any | Projects that do not contain any one of the specified tags

e.g.
->listProjects(['tags' => ['foo']])
/v3/projects?tags=foo
->listProjects(['tags-any' => ['foo','bar']])
/v3/projects?tags-any=foo,bar

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions