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

[SIEM][CASE] Jira Connector #64160

Closed
2 tasks done
cnasikas opened this issue Apr 22, 2020 · 3 comments
Closed
2 tasks done

[SIEM][CASE] Jira Connector #64160

cnasikas opened this issue Apr 22, 2020 · 3 comments
Labels
enhancement New value added to drive a business result Meta Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM

Comments

@cnasikas
Copy link
Member

cnasikas commented Apr 22, 2020

Feature:

Notes:

Each issue must belong to a project and have an issue type (Task, Bug, etc).

Fields (Jira to SIEM):

  • summary -> title
  • description -> description
  • labels -> tags

Jira REST API:

  • Base path: https://<instance>.atlassian.net/rest/api/2
  • Issues:
    • Get issue: GET /issue/{issueIdOrKey}.
    • Create issue: POST /issue.
    • Update issue: PUT /issue/{issueIdOrKey}.
  • Comments:
    • Add comment: POST /issue/{issueIdOrKey}/comment.
    • Update comment: PUT /issue/{issueIdOrKey}/comment
  • Authentication: Basic authentication with username & API token.
@cnasikas cnasikas added Meta enhancement New value added to drive a business result Team:SIEM labels Apr 22, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@cnasikas
Copy link
Member Author

cnasikas commented May 5, 2020

Implemented by #63450 and #64412.

@cnasikas cnasikas closed this as completed May 5, 2020
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Meta Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM
Projects
None yet
Development

No branches or pull requests

3 participants