Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bamboo] Can bamboo api support multiple labels? #1123

Open
matthewdy opened this issue Feb 21, 2023 · 1 comment
Open

[Bamboo] Can bamboo api support multiple labels? #1123

matthewdy opened this issue Feb 21, 2023 · 1 comment
Labels
bamboo Atlassian Bamboo

Comments

@matthewdy
Copy link

 def plan_results(
        self,
        project_key,
        plan_key,
        expand=None,
        favourite=False,
        clover_enabled=False,
        label=None,
        issue_key=None,
        start_index=0,
        max_results=25,
        include_all_states=False,
    ):
        """
        Get Plan results
        :param project_key:
        :param plan_key:
        :param expand:
        :param favourite:
        :param clover_enabled:
        :param label:
        :param issue_key:
        :param start_index:
        :param max_results:
        :param include_all_states:
        :return:
        """
        return self.results(
            project_key,
            plan_key,
            expand=expand,
            favourite=favourite,
            clover_enabled=clover_enabled,
            label=label,
            issue_key=issue_key,
            start_index=start_index,
            max_results=max_results,
            include_all_states=include_all_states,
        )

we can use lable to pass one single label. do we have plan to enhance it to support multiple labels?

@gonchik
Copy link
Member

gonchik commented Feb 21, 2023

At the moment not yet, but if you send PR of course I will publish it

@gonchik gonchik added the bamboo Atlassian Bamboo label Feb 24, 2023
@gonchik gonchik changed the title Can bamboo api support multiple lables? [Bamboo] Can bamboo api support multiple lables? Feb 24, 2023
@gonchik gonchik changed the title [Bamboo] Can bamboo api support multiple lables? [Bamboo] Can bamboo api support multiple labels? Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bamboo Atlassian Bamboo
Projects
None yet
Development

No branches or pull requests

2 participants