Vote #78428
未完了Project Issues Sequence Number
0%
説明
Hello,
is it possible to develop a "Project custom field" that automatically set an "Issue ID" within the Project scope?
I mean something like the "#" sequence number, but that starts from "1" for each new Project and that is automatically increased on new issue on the Project.
Thank you!
Andrea
journals
You can do it, in your redmine instance. By adding custom field to project, and writing code to automatically push id to it;
--------------------------------------------------------------------------------
Andrey Lobanov (RedSoft) wrote:
> You can do it, in your redmine instance. By adding custom field to project, and writing code to automatically push id to it;
Can you also explain what and where we should write?
--------------------------------------------------------------------------------