Hi,
i have to set up auto ticket create process in jira on a particular i want' to pick a specific issue type and based on issue type, ticket shall be created in jira.
Precisely- How to create issue in future date based on issue type.
Thanks!
M
Hi @Manoj
You can't create a future issue in Jira. You can however create an issue with a date field in the future. E.g. create now an issue and placing a due date on the future. This is doable.
However what is the basic need behind your request?
Thanks @Alex Koxaras -Relational- basic need is to have a ticket created at scheduled date/time ticket should be generated and come into our kanban board as blocker, so that we will not miss that task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the scheduled period is known and fixed, you can use Jira Automation with the Schedule trigger to create a specific issue type, with pre-populated field and assigned to a specific user. Read more here https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/
And the add the Create Issue component https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Create-issue
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks again Alex Koxaras _Cententia_ , will it work in Jira server?, as i am not using jira cloud? also i dont have project automation plugin.
currently i have scriptrunner and where can i find scheduler?
Thanks!
M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, scriptrunner will work just fine. You just need to create a new "Job". Take a look at the following and keep in mind that some scripting will be necessary:
Let me know if the above helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Koxaras -Relational- Thanks for sharing above links, i was off for few days hence could not check community notifications,, i will look into this shortly.
Thanks!
M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manoj ,
There is no direct way to create Jira ticket with future date. Instead you should try jira automation plugin or Scheduler plugins like https://marketplace.atlassian.com/apps/37456/the-scheduler?hosting=server&tab=overview.
You can search for plugins in https://marketplace.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Rilwan Ahmed for replying, unfortunately, we dont have both, but have scriptRunner will it work in the case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.