Search found 10 matches
- 20 Jul 2022, 13:41
- Forum: General Discussion
- Topic: Data to post to /mantisbt/bug_report_page.php using REST
- Replies: 3
- Views: 8651
Re: Data to post to /mantisbt/bug_report_page.php using REST
I don't know if it makes a difference, but when I was doing this, I had to put my actual token in there - not the name of the token.
- 19 Jul 2022, 10:50
- Forum: General Discussion
- Topic: Data to post to /mantisbt/bug_report_page.php using REST
- Replies: 3
- Views: 8651
Re: Data to post to /mantisbt/bug_report_page.php using REST
In your bug tracker, you will need to go to the My Account page (API Tokens tab) and create a token for yourself.
Here is documentation on the minimum info you need to create an issue:
https://documenter.getpostman.com/view/29959/mantis-bug-tracker-rest-api/7Lt6zkP#028dda86-2165-b74a-490b ...
Here is documentation on the minimum info you need to create an issue:
https://documenter.getpostman.com/view/29959/mantis-bug-tracker-rest-api/7Lt6zkP#028dda86-2165-b74a-490b ...
- 14 Jul 2022, 17:40
- Forum: General Discussion
- Topic: Implementation of SOAP API
- Replies: 2
- Views: 6882
Re: Implementation of SOAP API
Since the Developer's Guide says that the SOAP API is deprecated, I'm thinking you won't have a lot of luck finding information.
The Dev Guide mentions the url https://server.com/mantis/api/soap/mantisconnect.php (which is a dead link). However, I Googled mantis/api/soap/mantisconnect.php and found ...
The Dev Guide mentions the url https://server.com/mantis/api/soap/mantisconnect.php (which is a dead link). However, I Googled mantis/api/soap/mantisconnect.php and found ...
- 12 Jul 2022, 20:36
- Forum: Help
- Topic: How can I filter viewed tickets by status?
- Replies: 2
- Views: 3602
Re: How can I filter viewed tickets by status?
Do you mean filter to not show one of these statuses like this?
- 24 Mar 2022, 11:39
- Forum: Help
- Topic: "Access denied" when changing status
- Replies: 4
- Views: 2297
Re: "Access denied" when changing status
Does the message give you any other information? Usually, it will say 'You must complete field X when changing the status'.....
- 01 Dec 2021, 12:37
- Forum: Help
- Topic: Admin maintenance goes to wrong start page
- Replies: 6
- Views: 4931
Re: Admin maintenance goes to wrong start page
It seems the code that determines what you see when you click the Manage button is in the mantisFolder\core\layout_api.php file. The function is called 'layout_manage_menu_link'.
It determines the page based on your permissions - mine is set to go the 'manage_user_page.php' page.
I don't believe ...
It determines the page based on your permissions - mine is set to go the 'manage_user_page.php' page.
I don't believe ...
- 09 Sep 2021, 15:05
- Forum: General Discussion
- Topic: Create Issue via macro from Excel - solved
- Replies: 3
- Views: 6208
Re: Create Issue via macro from Excel
Hello!
I'm glad you asked this question - it's interesting!
Yes, in Excel's VBA, you can use HTTP request/responses and Mantis' REST API to create an issue.
In your bug tracker, you will need to go to the My Account page (API Tokens tab) and create a token for yourself.
You can delve deeper into ...
I'm glad you asked this question - it's interesting!
Yes, in Excel's VBA, you can use HTTP request/responses and Mantis' REST API to create an issue.
In your bug tracker, you will need to go to the My Account page (API Tokens tab) and create a token for yourself.
You can delve deeper into ...
- 18 Aug 2021, 10:42
- Forum: General Discussion
- Topic: Can "severity" be removed?
- Replies: 3
- Views: 5594
Re: Can "severity" be removed?
Hello -
I removed the 'Assign To' field only from the Report Issue page.
You specify the fields you want to show.
You can do this under Manage, Manage Configuration, Configuration Report:
2021-08-18_06h27_53.png
Here is the original setting (with the 'Assign To' or handler still there):
2021 ...
I removed the 'Assign To' field only from the Report Issue page.
You specify the fields you want to show.
You can do this under Manage, Manage Configuration, Configuration Report:
2021-08-18_06h27_53.png
Here is the original setting (with the 'Assign To' or handler still there):
2021 ...
- 22 Jul 2021, 13:08
- Forum: EmailReporting
- Topic: debug mode directory not found (configuration setting)
- Replies: 2
- Views: 37577
Re: debug mode directory not found (configuration setting)
Nevermind - I got it finally.
Needed to input
/home/myuserid/public_html/mantis/plugins/EmailReporting/debugmode
Needed to input
/home/myuserid/public_html/mantis/plugins/EmailReporting/debugmode
- 21 Jul 2021, 22:08
- Forum: EmailReporting
- Topic: debug mode directory not found (configuration setting)
- Replies: 2
- Views: 37577
debug mode directory not found (configuration setting)
For the life of me, I cannot get the debug mode directory configuration setting to see that it exists. I am guessing I am typing something wrong. I have tried every which way of typing - relative, absolute etc. Please help.