Search found 8 matches

by jcordes74
15 Sep 2022, 16:03
Forum: General Discussion
Topic: Accessing Information from Mantis GUI via REST API
Replies: 1
Views: 3332

Accessing Information from Mantis GUI via REST API

Hello Fellow Bug Coders, So I currently have a function that will create a Mantis Ticket when called on, and it would make my life SO much easier if there was a way to GET the information from the pull down menu's in the Mantis GUI using REST API. For example, when creating a ticket if the possible ...
by jcordes74
25 Jul 2022, 14:52
Forum: General Discussion
Topic: 403 Response Error when using REST API
Replies: 1
Views: 14353

403 Response Error when using REST API

Hello all, I'm getting a 403 response error and I have no idea why. I should have access to everything on the site, as far as I know. Here is my block of code: I replaced some sensitive variable names with (x) import requests import json import getpass url = 'http:// (x) /api/rest/issues' #####Attem...
by jcordes74
19 Jul 2022, 16:02
Forum: General Discussion
Topic: Data to post to /mantisbt/bug_report_page.php using REST
Replies: 3
Views: 4081

Re: Data to post to /mantisbt/bug_report_page.php using REST

Thank you for the response and the link, it's been helpful so far. I'm sorry, I'm still a bit of an amateur with this stuff. So I'm trying to learn more about curl and I'm going through everything in that document slowly, starting with just getting an issue with GET. When I run ' curl --location -g ...
by jcordes74
18 Jul 2022, 15:33
Forum: General Discussion
Topic: Data to post to /mantisbt/bug_report_page.php using REST
Replies: 3
Views: 4081

Data to post to /mantisbt/bug_report_page.php using REST

Hello all! So I'm trying to use REST to create a new issue because my team will need a script that will generate a ticket automatically when prompted (I read somewhere that this is possible through REST, feel free to share your thoughts if that's not possible.) When I execute 'requests.get(http:// x...
by jcordes74
14 Jul 2022, 15:16
Forum: General Discussion
Topic: Implementation of SOAP API
Replies: 2
Views: 3800

Implementation of SOAP API

In the Admin Guide, section 4.1, it says that SOAP API can be used to generate tickets automatically. Then in the Developers Guide, section 7, it says very little how to use it the SOAP API to do this task. I don't know how to get started to generate tickets automatically. Things I've tried: - I dow...
by jcordes74
27 Jun 2022, 17:57
Forum: Help
Topic: Exporting data from Tickets to a data base
Replies: 5
Views: 2471

Re: Exporting data from Tickets to a data base

We need the data to be exported to a separate data base, and then be able to be manipulated through said data base. Could the reports from Mantis do that? If yes then that sure would save me a lot of time :) I'm a total amateur and need some help creating a plugin. Do you know of any resources or to...
by jcordes74
27 Jun 2022, 13:36
Forum: Help
Topic: Exporting data from Tickets to a data base
Replies: 5
Views: 2471

Re: Exporting data from Tickets to a data base

Cas thank you so much for the response.
My team wants to create a script so that whenever someone enters a ticket into Mantis, it automatically will send all of that data to a data base. Which of the options you sent do you think would be best for that?
by jcordes74
24 Jun 2022, 20:29
Forum: Help
Topic: Exporting data from Tickets to a data base
Replies: 5
Views: 2471

Exporting data from Tickets to a data base

Hello all, I have a few questions and I'm very sorry for being an extreme amateur in Mantis, I'm trying to learn. 1) My team uses Mantis and have tasked me, someone who has never used Mantis before, to find out if it's possible to export data from tickets to some sort of a data base (maybe SaltStack...