Skip to content
Snippets Groups Projects

Issues, Projects and namespaces methods

  • listPipelines(int $project_id, $additionalParams = [])
  • createIssue(int $project_id, string $title, string $body, $assignee_ids = [], \DateTime $due_date = NULL, array $labels = [])
  • listIssues(int $project_id, string $state = NULL, int $assignee_id = NULL, $additionalParams = [])
  • showIssue(int $project_id, int $issue_iid)
  • listNamespaces()
  • listProjects(bool $simple = TRUE, $includeArchived = FALSE, $additionalParams = [])
  • showProject($project_id)
Edited by kgaut

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jürgen Haas
  • Jürgen Haas
  • kgaut added 1 commit

    added 1 commit

    • 29d01059 - Replace qualifier with an import

    Compare with previous version

  • kgaut added 1 commit

    added 1 commit

    Compare with previous version

  • kgaut resolved all threads

    resolved all threads

  • Loredan Szocs added 18 commits

    added 18 commits

    • d5471988 - 1 commit from branch project:2.1.x
    • a3b3a34f - API - implement method createIssue
    • 71d06031 - Add listIssues method
    • d6bad11f - Api - createIssue - Add due_date parameter
    • 4f65a1a3 - Api - createIssue - Add labels parameter
    • ff25ec41 - createIssue - add Assignee_ids parameter
    • 0bc237c8 - listIssues - use pager
    • 3c767e29 - Add methods from #3183706
    • 7bee730b - import Gitlab\ResultPager
    • 29856070 - Lint code
    • e1e9b84f - listIssues - Add parameter additionalParams
    • 4a34fc8e - listProjects - add parameter « additionalParams »
    • 324cc447 - Add method showIssue(int $project_id, int $issue_iid);
    • 287d1018 - Update Api.php
    • 6ab32e83 - update showIssue(int $project_id, int $issue_iid)
    • 40c93c8f - Add method listPipelines(int $project_id, $additionalParams = []): array
    • b1bc963b - Replace qualifier with an import
    • 4d927d06 - remove count backslash

    Compare with previous version

  • Hristo Chonov added 1 commit

    added 1 commit

    Compare with previous version

  • kgaut added 20 commits

    added 20 commits

    • 03de3705...fb3de1db - 2 commits from branch project:2.1.x
    • 8c816a27 - API - implement method createIssue
    • 39f4a2e6 - Add listIssues method
    • afd282a3 - Api - createIssue - Add due_date parameter
    • 5b677a38 - Api - createIssue - Add labels parameter
    • 81ae5f07 - createIssue - add Assignee_ids parameter
    • be1c7edb - listIssues - use pager
    • ce0fc1e7 - Add methods from #3183706
    • 1798d878 - import Gitlab\ResultPager
    • 0b8055be - Lint code
    • d2fc0b3c - listIssues - Add parameter additionalParams
    • 3a1e7c7d - listProjects - add parameter « additionalParams »
    • 2cc5b318 - Add method showIssue(int $project_id, int $issue_iid);
    • 2b4a531f - Update Api.php
    • 159f026b - update showIssue(int $project_id, int $issue_iid)
    • 890c0df2 - Add method listPipelines(int $project_id, $additionalParams = []): array
    • 3bc3f3e2 - Replace qualifier with an import
    • 79f61922 - remove count backslash
    • b959e22e - API - listIssueLinks method

    Compare with previous version

  • Jürgen Haas added 2 commits

    added 2 commits

    • 0ca0c8d0 - 1 commit from branch project:2.1.x
    • 378eb4ee - Merge branch '2.1.x' into 3183462-issue-creation

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading