Hi Experts,
I have a custom field at the time of create task and the same field is used for creating Sub tasks too.. Now i wanted to have this field auto populated into subtask whenever i create from Parent task.. I am using on demand version of JIRA so please suggest..
Solved the issue by creating a Post Function in my Workflow which copies fields from the parent issue on issue creation this will need to be added to the Create transition. When you create an issue the field will be empty on the create screen, but once actually created the fields will have the value from the parent.
There's now a very easy to configure way to keep fields for parents and sub-tasks in sync using Automation for JIRA!
You can easily modify related issues (such as parents, stories, sub-tasks, epics, linked issues and even JQL) using our related issues action and condition:
(this example updates the description, but pretty much any field can be edited)
For more details see https://blog.codebarrel.io/synchronize-parent-and-sub-task-issues-with-automation-for-jira-bdcca6c9d453
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raghavendra,
I accomplish this with a post-function "Copy Value from Other Field". This allows you to copy the value from a field in parent issue to sub-task. Not sure same will be available in On-Demand version.
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vijay, Unfortunetely it doesnt support for On demand version..any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raghavendra,
The plugin JIRA Suite Utilities is also available for OnDemand version. This plugin provides the post function required. May be you can enable it for your instance.
Vijay
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.