Project

General

Profile

Actions

Feature #3428

open

Need AJAX Based Issue Addition

Added by karthikeyan rangaswamy almost 15 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-05-28
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Rightnow,For creating New Issue,we have a separate page when clicking on the "New Issue" link,it opens the new page.Now what i want is the possibility to add the issues in the Issues list page itself.When i click on the Add New Issue button on the issues list page.A small form should open in div tag so that i can fill the form and create the issue.This should be based on AJAX.

Actions #1

Updated by Anonymous almost 15 years ago

+1

Actions #2

Updated by Maurice Maurice over 14 years ago

karthikeyan rangaswamy wrote:

Rightnow,For creating New Issue,we have a separate page when clicking on the "New Issue" link,it opens the new page.Now what i want is the possibility to add the issues in the Issues list page itself.When i click on the Add New Issue button on the issues list page.A small form should open in div tag so that i can fill the form and create the issue.This should be based on AJAX.

+1

Plus: Read tickets "inline" while on the ticket list (i.e. open box below the ticket showing -- at least -- the description). The data should be fetched using AJAX.

Actions #3

Updated by Holger Winkelmann over 14 years ago

karthikeyan rangaswamy wrote:

Rightnow,For creating New Issue,we have a separate page when clicking on the "New Issue" link,it opens the new page.Now what i want is the possibility to add the issues in the Issues list page itself.When i click on the Add New Issue button on the issues list page.A small form should open in div tag so that i can fill the form and create the issue.This should be based on AJAX.

AJAX based UI elements can also help in other situations.

Issue relations:
----------------

Adding a related Issue can use a AJAX based "Autocomplete/suggest" input field which looks into the following fields of existing issues:

- Issue number (by typing a "#")
- Project (short) name (by using a collon "<project>:")
- Issue Subject

The visual experience can be something like this: http://jquery.bassistance.de/autocomplete/demo/

This AJAX based auto complete can also help to build "drop-downs" with a long list of entries like:

- hundreds of registered users
- hundreds of watchers

all share the same situation:

- to much for drop down
- to much to remember the user name or issue number

Some examples from the trac project:

for usre: http://trac-hacks.org/wiki/AutocompleteUsersPlugin
for tags: http://trac-hacks.org/wiki/KeywordSuggestPlugin

Actions #4

Updated by Holger Winkelmann about 14 years ago

Hi,

I'm just found another ide how to add ticket relations, watcher, or all kind of references with auto suggest helper.

http://wharsojo.wordpress.com/2008/02/18/jquery-facebook-autocomplete/

Actions #5

Updated by Sébastien Gripon over 12 years ago

+1

Actions #6

Updated by Sébastien Gripon over 12 years ago

Also be able to change issues fields from the list by double clicking on cells.

Actions

Also available in: Atom PDF