Page 1 of 1
group change of the reporter_ID in issue
Posted: 22 Aug 2023, 06:59
by rondezo
Hello everyone, how do I make a group change to the reporter_ID in issue, just like how can I make a group change to the handler_ID? Any ideas?
2.25.7
Версия схемы 211
Версия PHP 7.4.33
Драйвер базы данных mysqli
Версия база данных, описание 10.10.2, 10.10.2-MariaDB
Re: group change of the reporter_ID in issue
Posted: 22 Aug 2023, 12:27
by JulesA
Hello,
What do you call a "groupe change" ?
Also please translate latest part, it's an english forum
Kind regards
Jules
Re: group change of the reporter_ID in issue
Posted: 23 Aug 2023, 05:26
by rondezo
JulesA wrote: 22 Aug 2023, 12:27
What do you call a "groupe change" ?
Also please translate latest part, it's an english forum
Jules
I need change a reporter_ID in multiple tasks at the same time. Now I can only do this in the task editing mode, which takes a lot of time. This feature is implemented for handler_ID only - I can assign many tasks at the same time.
Scheme version 211
PHP version 7.4.33
mysqli Database Driver
Database version, description 10.10.2, 10.10.2-MariaDB
Ths
Re: group change of the reporter_ID in issue
Posted: 23 Aug 2023, 09:52
by JulesA
Probably not doable with GUI, I don't know any ways, you could maybe update directly in base using mantis_bug_table table, and field reporter_id but be cautious.
Jules