Commit 0cc1b08b authored by FulcrandG's avatar FulcrandG
Browse files

Updating the position of the linked issues in documentation of jobs

parent a2ec8113
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ def get_user(code_owner):
        return response.json()[0]
    return None

# https://docs.gitlab.com/ee/api/issues.html#list-project-issues (for the structure of the response)
def get_linked_issues(job_name, opened=True):
    """Get a list of linked issues for a job