Hi,
I want to add the field while moving the ticket from one issue type to another within the same project.
Regards,
Najmul
You can't. Moving issues is moving issues, not editing them. You'll need to write your own move-and-update-arbitrary-field functionality
Hi Nic,
Thanks for your answer,My requirement is some thing like, I am moving ticket from one issue type to another within a same project.But the second issue type having some fields which is important for the ticket, So when I am going to move the ticket from one issue type to the second one I am not getting a chance to fill the data into those field.
Please share your valuable comment on the same and some alternative way to achieve this thing
Regards,Najmul
Ah, that should be possible. On reason "move" is so complex is that Jira checks that the old and new data are valid and compatible, and it will ask the user for new data if it needs it (and warn them about old stuff it's going to drop)
If you make those fields mandatory on the target issue type, Jira will demand the user enters them when you use "move to that issue type"
Sounds good, Let me try the same
Many thanks!
It looks like you're new here. Sign in or register to get started.