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

Jira: Add functionality to get comments on an issue #1064

Merged
merged 5 commits into from
Oct 28, 2022

Commits on Oct 25, 2022

  1. Jira: Add functionality to get comments on an issue

    Implement:
    
     - issue_get_comments(issue_id)
     - issue_get_comment(issue_id, comment_id)
     - issues_get_comments_by_id(comment_id, [comment_id ...])
    martynbristow committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2fbf683 View commit details
    Browse the repository at this point in the history
  2. Update quotes

    martynbristow committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    031b93a View commit details
    Browse the repository at this point in the history
  3. PR Comments

    martynbristow committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    687a28d View commit details
    Browse the repository at this point in the history
  4. Jira: Add functionality to get comments on an issue

    Implement:
    
     - issue_get_comments(issue_id)
     - issue_get_comment(issue_id, comment_id)
     - issues_get_comments_by_id(comment_id, [comment_id ...])
    
    Signed-off-by: Martyn Bristow <martyn.bristow@gmail.com>
    martynbristow committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    17a85c6 View commit details
    Browse the repository at this point in the history
  5. Jira: Add functionality to get comments on an issue

    Implement:
    
     - issue_get_comments(issue_id)
     - issue_get_comment(issue_id, comment_id)
     - issues_get_comments_by_id(comment_id, [comment_id ...])
    
    Signed-off-by: Martyn Bristow <martyn.bristow@gmail.com>
    martynbristow committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    66e0ad3 View commit details
    Browse the repository at this point in the history