Hi everyone,
This concerns the "Project" application.
How could I choose the ID of an issue when it is created, according to other fields (as author, date, etc.) ? For instance an ID as following : I_"date"_"author"_"differenciation number".
First researches :
In the object "project.issue", there is an existing field "id". I plan to create a new field : "x_sid" which would be created after several parameters and monitored afterwards. I bet I could use a method to create this new ID, and I searched in the documentation in that aim, but all I found was about creating apps or modules, which seems not to be the real requirement.
I bet this is about writing a little of Python code, but where and how ?
Thanks a lot