Search found 7881 matches
- 13 Aug 2020, 09:11
- Forum: Deutsch
- Topic: Mantis REST API: Summary not Specified
- Replies: 6
- Views: 1730
Re: Mantis REST API: Summary not Specified
Am besten exakt mein Beispielskript kopieren und <MyMantisURL> und <MyAccessToken> sowie die Projekt und Category IDs durch die Settings der eigenen Installation ersetzen.
- 12 Aug 2020, 21:45
- Forum: Deutsch
- Topic: Mantis REST API: Summary not Specified
- Replies: 6
- Views: 1730
Re: Mantis REST API: Summary not Specified
Sehe auf den ersten schneller Blick keinen Fehler. Folgender Aufruf funktioniert auf meinem Testsystem curl --location --request POST '<MyMantisURL>/mastertest/api/rest/issues/' \ --header 'Authorization: <MyAccessToken>' \ --header 'Content-Type: application/json' \ --data-raw '{ "summary"...
- 12 Aug 2020, 21:00
- Forum: Deutsch
- Topic: Projekt löschen
- Replies: 2
- Views: 1053
Re: Projekt löschen
Beim Löschen eines Projektes werden alle zugehörigen Einträge gelöscht. Mittels "Einträge Anzeigen" und Option "Verschieben" lassen sich EInträge von einem Projekt zu einem anderem Verschieben. Dabei darauf achten, dass kein Filter gesetzt ist (z.B. "Status Ausblenden" ...
- 11 Aug 2020, 18:03
- Forum: Deutsch
- Topic: Mantis und KeyPass
- Replies: 3
- Views: 1278
Re: Mantis und KeyPass
Vielleicht hilft ein DELAY https://mantisbt.org/bugs/view.php?id=23691#c59166
- 10 Aug 2020, 20:08
- Forum: Help
- Topic: Default Assigned To?
- Replies: 5
- Views: 1629
Re: Default Assigned To?
Wow, a request from 2007! So am I correct in assuming this is not going to happen any time soon then? You never know when someone starts implenting a new feature. It all depends on priority and someone who is interested in contributing to the product. This is a community project where no one is pai...
- 10 Aug 2020, 18:56
- Forum: Help
- Topic: Default Assigned To?
- Replies: 5
- Views: 1629
Re: Default Assigned To?
Assigning a default category is a known feature request but not implemented yet, see https://mantisbt.org/bugs/view.php?id=8582
- 09 Aug 2020, 14:48
- Forum: General Discussion
- Topic: May we have changed files upgrade instead of full package?
- Replies: 6
- Views: 1739
Re: May we have changed files upgrade instead of full package?
Upgrade to a minor version - Download and unpack new mantis to folder new_mantis - Copy config files from current_mantis to new_mantis . Move current_mantis to old_mantis - Move new_mantis to current_mantis Revert to previous version in case of problems - Move current_mantis to new_mantis - Move old...
- 09 Aug 2020, 10:43
- Forum: General Discussion
- Topic: May we have changed files upgrade instead of full package?
- Replies: 6
- Views: 1739
Re: May we have changed files upgrade instead of full package?
Certainly possible, but is it worth the effort to implement, test and maintain the additional packaging and installation mechanism?
The complete download is just about 15MB.
Are you asking because you want reduced size, or is there any other reason for that?
The complete download is just about 15MB.
Are you asking because you want reduced size, or is there any other reason for that?
- 08 Aug 2020, 20:39
- Forum: Announcements
- Topic: MantisBT 2.24.2 released
- Replies: 0
- Views: 2819
MantisBT 2.24.2 released
MantisBT 2.24.2, have a look at our Blog for more details.
- 08 Aug 2020, 10:22
- Forum: Help
- Topic: Default Assigned To?
- Replies: 5
- Views: 1629
Re: Default Assigned To?
Check your category confuguration.
There you can assign users to categories, so they will be automatically assigned.
There you can assign users to categories, so they will be automatically assigned.
- 05 Aug 2020, 20:22
- Forum: Help
- Topic: Cant get Delete Issue Button to show
- Replies: 3
- Views: 1584
Re: Cant get Delete Issue Button to show
Maybe you have set the theshold also in database via Manage > Manage Configuration page for all projects or a specific project.
Settings in the database override settings in config_inc.php.
Settings in the database override settings in config_inc.php.
- 05 Aug 2020, 20:11
- Forum: Deutsch
- Topic: Benutzer erscheinen mehrmals in der Userliste
- Replies: 1
- Views: 1056
Re: Benutzer erscheinen mehrmals in der Userliste
Es gibt keine Konfigurationsoption, um das Verhalten zu beeinflussen.
Einige Diskussion zum Thema z.B. hier https://mantisbt.org/bugs/view.php?id=10837
Einige Diskussion zum Thema z.B. hier https://mantisbt.org/bugs/view.php?id=10837
- 31 Jul 2020, 21:23
- Forum: Help
- Topic: Application error#401
- Replies: 1
- Views: 928
Re: Application error#401
To track the issue I opened https://mantisbt.org/bugs/view.php?id=27117
I prepared also a fix which should be included in 2.25.0.
I prepared also a fix which should be included in 2.25.0.
- 31 Jul 2020, 06:57
- Forum: Customizations
- Topic: Custom Status Color not working
- Replies: 9
- Views: 1851
- 29 Jul 2020, 16:00
- Forum: Customizations
- Topic: Custom Status Color not working
- Replies: 9
- Views: 1851
Re: Custom Status Color not working
Never ever change config_defaults_inc.php, all configuration is done in config/config_inc.php.
Are you sure you are changing the right file?
Maybe there a multiple folders with Mantis on your system.
Are you sure you are changing the right file?
Maybe there a multiple folders with Mantis on your system.