We have jira servicedesk ticket created from email. Recently we have several tickets coming in from our email handler as having a created date of "none". We have a filter by created date within last 7 days so some of these tickets doesn't show up in the filter. I have been able to update the created date field by using the CSV import options, but how do we ensure that the created date get populated when the ticket get created. Looking at the ticket history, I can see created issue but the date and time is the current date and time.
Please ensure if your workflow fires an issue created Event once Issue is created. You can check this by clicking on first transtion on your workflow eg. New. Under that you will see the actual first transtion that is Create. Click on that and check inside the postfunctions if it has Issue Created event in the list.
HI Suhas,
Thanks for the suggestion. I checked the workflow and the Issue Created event is listed for the event.
Below are the postfunctions listed for the create issue transition :
1. Creates the issue originally.
2. Set issue status to the linked status of the destination workflow step.
3. Re-index an issue to keep indexes in sync with the database.
4. Fire a Issue Created event that can be processed by the listeners.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Everything seems to be correct with postfunctions. Kindly check into the logs (keep logs open while creating an issue) if it gives any hints why it is failing to set created date. You might need to enable more loggings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Suhas,
Thanks again for your helps with this. I was able to find that the issue was that one of the transition (elsewhere in the workflow) had a clear create state on. So, that causes the create state to go to NONE. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.