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

Integration with Jira Standalone server #751

Merged
merged 1 commit into from
Jun 4, 2021
Merged

Integration with Jira Standalone server #751

merged 1 commit into from
Jun 4, 2021

Conversation

gano3s
Copy link
Contributor

@gano3s gano3s commented Jun 4, 2021

The current implementation does not work very well with non-Cloud version of Jira. See details below:
I am a newbie in golang - please let me know, if there is any need to update the proposed behavior.

Description
We are using the on-premise version of Jira server (v8.13.2#813002) and the Jira reporting feature does not work correctly. The RestAPI for the on-prem version is different then the Jira Cloud instance. Set an example in our release, the jira account does not have any accountId and login via email does not work.

image

The fix requires to use the username instead of it.
Once the fix UI is correctly authorized, the next issue is with the creation of the new issue. The field reporter is not recognized by the RestAPI and it requires to use Name instead of the AccountID

image
image

Nuclei version
Tested on the latested dev version of the nuclei. The same behavior even on v2.3.7.

@gano3s
Copy link
Contributor Author

gano3s commented Jun 4, 2021

I've prepared the issue for this pull request - #752

@ehsandeep ehsandeep requested a review from Ice3man543 June 4, 2021 12:15
@ehsandeep ehsandeep added Status: Review Needed The issue has a PR attached to it which needs to be reviewed Type: Enhancement Most issues will probably ask for additions or changes. labels Jun 4, 2021
@ehsandeep
Copy link
Member

Thank you @gano3s for detailing the issue with the proposed fix / PR, we will review it asap.

@ehsandeep ehsandeep linked an issue Jun 4, 2021 that may be closed by this pull request
Copy link
Member

@Ice3man543 Ice3man543 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR looks good to me. I tested the Jira Cloud integration and it was working fine, merging this now!

@Ice3man543 Ice3man543 merged commit 84ebee3 into projectdiscovery:dev Jun 4, 2021
@gano3s gano3s deleted the jira-on-prem branch June 4, 2021 13:02
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: Review Needed The issue has a PR attached to it which needs to be reviewed labels Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[issue] Jira reporting does not work with the Jira On-Prem version
3 participants