I have a custom field called "Request Description" that has some simple wiki markup within it as a default value.
As a post function when creating the issue, the contents of "Request Description" are copied to the Description field. This is then shown and used everywhere instead of the Request Description field.
It is my way of having a default value for Description for a specific project.
This works fine, however what I need is when an issue from another project (it also has the Request Description field) is moved to this project, I need the Request Description copied to Description.
I thought moving the issue may trigger the create issue transition, however it doesn't.
Anybody have any thoughts how I can get the value copied when an issue is moved?
Hi Steve,
I agree with your approach for description deafult value. There's a System Event (Issue Moved) that could help you in order to copy Request Description field into Description when you move an issue.
Did u try to develop a custom listener that manage description when the EventType.ISSUE_MOVED_ID is raised by system. It could help you.
https://docs.atlassian.com/jira/6.2.3/com/atlassian/jira/event/type/EventType.html
Best Regards,
Fabio
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.