cerberus-core icon indicating copy to clipboard operation
cerberus-core copied to clipboard

Be compatible with the bug tracker in POST mode (sever to server)

Open abourdon opened this issue 7 years ago • 5 comments

Hi,

Would it possible to be compatible to the Jira bug tracker?

Regards, Aurelien

abourdon avatar Apr 27 '17 13:04 abourdon

Good idea. I think the only change will be to send parameters to Jira using POST (instead of GET for mantis and redmine).

bcivel avatar Apr 27 '17 13:04 bcivel

After some investigation, it is possible to create Jira issues via direct HTML link: https://confluence.atlassian.com/jirakb/creating-issues-via-direct-html-links-159474.html

Example:

https://<your_jira_domain>/secure/CreateIssueDetails!init.jspa?pid=11400&issuetype=1&description=this+is+the+description&summary=this+is+the+summary

So issue can be closed because feature already exists in Cerberus

Regards, Aurélien

abourdon avatar May 30 '17 08:05 abourdon

Additional information: as explained from the Jira documentation, the CreateIssueDetails is quite outdated but still works.

Note there is a Jira ticket about issue pre filling here: https://jira.atlassian.com/browse/JRASERVER-23590

Aurélien

abourdon avatar May 30 '17 08:05 abourdon

Hi, would it be possible to implement Jira's REST API ?

https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post

Alexandre

apliarchopoulos avatar Mar 18 '19 08:03 apliarchopoulos

Could also be worth with Notion.so

vertigo17 avatar Jul 11 '21 12:07 vertigo17