Hi,
We create a ticket when we receive a job or task. However we don't start work on the ticket until a particular date (captured while creating a ticket under a custom field name "Project Start Date" and say we keep it in a status named "awaiting project start"
Can i auto transition this ticket from "awaiting project start" to "in progress" at that "Project Start Date".
Thanks for help in advance.
Cheers
Amir
JIRA Command Line Interface (CLI) can help. Use runFromIssueList with JQL that finds all issues with the custom field value > now. Then use progressIssue for the action to run on each issue found. Put this in your favorate job scheduler or Bamboo to run once or day or similar.
Hello
I don't know of a way for triggering a transition on a given date. You could at least create a query and subcribe to it so that you get notified on that specific date and probably do a manual bulk transition on your issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Amir,
You can change it on the workflow of the project.
Please check Configuring Workflow for further information.
Thanks and regards,
Paula Silveira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Paula, Thanks for your reply on this. My Question here was is a inbuilt function for doing this or I need to write a script for this. Cheers Amir Vegdani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I use Post Function (Fast-track transition of Issue) to do this.
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.