We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
At the moment not yet, but if you send PR of course I will publish it
Sorry, something went wrong.
No branches or pull requests
we can use lable to pass one single label. do we have plan to enhance it to support multiple labels?
The text was updated successfully, but these errors were encountered: