Skip to main content
Level 4
September 1, 2017
Question

How to get project form data to populate an issue custom form?

  • September 1, 2017
  • 13 replies
  • 1576 views
We currently accept project requests through our Request Queue. They come in as Issues, which we then convert to Projects. The data from the Issue custom form carries over into the Project custom form. However, when we want to create an issue associated with a project, the common form field data does not populate on the issue. Is there a way to make this happen? The Use Case: We create a master project to serve as the overview for a program. That master project has a wide variety of custom form fields to define the scope, deliverables, market, market sector, affect products, etc. We want to create issues for the separate deliverables, assign them to the relevant project managers, who will then convert those issues to projects. We don't want to manually enter the common, basic data that is already on the master project and that exists on the Issue form as well. Chris Watson KVH Industries, Inc.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

13 replies

Level 10
July 2, 2019
Kirsten: correct. It only shows after you save the issue. :( I found this out myself just yesterday on a different project I'm working on. Glad you got it working! -skye
Level 6
July 2, 2019
I got it working! Is there a way to have the number show during the issue entering process? Or will the data in the calculated field only show up once I save the issue and then go into the issue details? Kirsten Heikkinen Trek Bicycle Corporation
Level 10
July 2, 2019
hi Kristen, I have it working in the sandbox. The project custom form contains field "expense account #" The calculated field I have at the issue level is: Project.{expense account #} and I also put another "expense account #" field in there. I set up a queue to handle creating the issue, and when I create an issue, the calculated field pulls in from the project's custom form, and the "expense account #" field is just whatever I put in it. I don't see that it would make a difference, but you might try "updating your calculation" (in the setup area, open your custom form, select the calculated field and select the checkbox that asks to update previous calculations in the background) -skye
Level 4
July 2, 2019
Good Morning, I was able to take data from a project level, custom form and have that data auto populate to task level items. I had my project level custom form already created, generated a task level custom form with the corresponding fields (named slightly different.) So my, project level field = Discovery Resource task level field = Discovery Resource.Task task level field should be, calculated field text format formula = CONCAT(Project.Discovery Resource) Before moving on to the remainder of the fields, I always click the "Update Previous Calculations" & Save. You'll need to apply the custom forms to your tasks (or issues, whatever you're doing) and sometimes I've had to refresh a few times before it populated. Took me a while to figure it out because I thought the CONCAT just was not working. Jordan Martinson LeaseTeam, Inc.
Level 6
July 2, 2019
Yep, I've tried the following and none of them have worked so far. Project.Expense Account # Project.{Expense Account #} Project.{DE:Expense Account #} Could it not be working due to the fact that there's already a field on the issue form that's also called "Expense Account Number"? I noticed that if I entered something into the issue version of the Expense Account # field, the calculated field pulls that number instead of the project version of the Expense Account # field. Kirsten Heikkinen Trek Bicycle Corporation
imgrund
Employee
July 2, 2019
Kristen - are you putting Project. before the name of the field? Like for me, I have an issue custom form where I want the project job number. So my calculated field is Project.Vantage Job Number Anthony Imgrund FCB
Level 6
July 2, 2019
Hey Skye, Do I need to reference the name of the project custom form? How this is set up right now is there's a custom form on a project called "Accessory-Component Project". One of the fields on that form is "Expense Account #". One of the queue topics in that project is called prototype request and there's a custom issue form attached to that queue topic. We want the expense account number that was entered on the project custom form to automatically be populated on the prototype issue request form. Maybe I was going about it the wrong way - do you have any suggestions for that specific scenario? Kirsten Heikkinen Trek Bicycle Corporation
Level 10
July 2, 2019
Kirsten, I'm not seeing why that wouldn't work, unless the project custom field is changed after the issue is created. If this is the case, the issue's custom form needs to be resaved to trigger the information to carry over again. -skye
Level 4
July 1, 2019
I have not solved it, sorry. Jason Maust McGuireWoods LLP
Level 6
July 1, 2019
@Jason Maust - did you ever figure this out? I have a similar process where we enter expense account numbers into a custom field on the project. From there, we submit an issue from within that project and need to enter in that same expense number. I can't get the expense number to auto-populate on the issue with a calculated field. I've tried using Project.{Expense Account #} since "Expense Account #" is the name of the custom field on the project form, but it's not working. Thanks! Kirsten Heikkinen Trek Bicycle Corporation