プロジェクト

全般

プロフィール

Vote #65301

未完了

Need AJAX Based Issue Addition

Admin Redmine さんがほぼ4年前に追加.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
-
対象バージョン:
-
開始日:
2009/05/28
期日:
進捗率:

0%

予定工数:
category_id:
0
version_id:
0
issue_org_id:
3428
author_id:
3265
assigned_to_id:
0
comments:
6
status_id:
1
tracker_id:
2
plus1:
2
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

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.


journals

+1
--------------------------------------------------------------------------------
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.

--------------------------------------------------------------------------------
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

--------------------------------------------------------------------------------
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/
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Also be able to change issues fields from the list by double clicking on cells.
--------------------------------------------------------------------------------

表示するデータがありません

他の形式にエクスポート: Atom PDF

いいね!0