CSV import-- sorting by a custom field?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
HelloWorld
Posts: 3
Joined: 19 Jun 2015, 18:40

CSV import-- sorting by a custom field?

Post by HelloWorld »

Hello,
I am sorting/controlling my bugs using a custom field named Issue ID. Is there anyway I can create a pop-up that will display when I re-create an existing Issue ID? The pop- up can say something like "This bug already exists. Do you want to update it?" If Yes, then continue updating. If no, then display an error message.
The plug-in can be found here: https://github.com/mantisbt-plugins/csv-import
I was looking at import_issues.php

So I could add a case 'issue id':
$v = get_column_value( $aColumn, $t_file_row, '');
But how do I compare it to other Issue ID and create a pop-up?
Thank you
Post Reply