cerberustesting / cerberus-core

The Open Source Test Automation Platform.
https://cerberus-testing.com
GNU General Public License v3.0
329 stars 101 forks source link

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

Open abourdon opened 7 years ago

abourdon commented 7 years ago

Hi,

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

Regards, Aurelien

bcivel commented 7 years ago

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

abourdon commented 7 years ago

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:///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 commented 7 years ago

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

apliarchopoulos commented 5 years ago

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

vertigo17 commented 3 years ago

Could also be worth with Notion.so