We want to create a task in jira and have a bunch of sub-tasks for it so it can be managed like a standard project. The sub-tasks would need to be assigned appropriately based on person linkages from salesforce, so it would be like:
task->case (summary->subject)
sub-task->case (summary->"Design for " + subject, parent->maintask, assigned->SFaccountUserWithRoleDesigner)
sub-task->case (summary->"Programming for " + subject, parent->maintask, assigned->SFaccountUserWithRoleProgrammer, blockedby->subtask1)
sub-task->case (summary->"QA for " + subject, parent->maintask, assigned->SFaccountUserWithRoleQA, blockedby->subtask2)
We want to create a task in jira and have a bunch of sub-tasks for it so it can be managed like a standard project. The sub-tasks would need to be assigned appropriately based on person linkages from salesforce, so it would be like:
task->case (summary->subject)
sub-task->case (summary->"Design for " + subject, parent->maintask, assigned->SFaccountUserWithRoleDesigner)
sub-task->case (summary->"Programming for " + subject, parent->maintask, assigned->SFaccountUserWithRoleProgrammer, blockedby->subtask1)
sub-task->case (summary->"QA for " + subject, parent->maintask, assigned->SFaccountUserWithRoleQA, blockedby->subtask2)
Attachments Open full size
We would like the ablity to create a subtask in Salesforce, when doing so, a "assocaite parent field" would be required.
Attachments Open full size