I am trying to bring a value in from jira that is a single select field. I want to get the value from the jira ticket that I am linking.
Hi @Sue Hannan ,
It's my understanding when a JPD idea is linked to a Jira issue, you want to copy the Jira issue's single-select field into the JPD idea's single-select field. If there is more to this use case like if this is through deliveries or something else, please share whenever you have the chance.
One issue I could see happening is dependent on where the linking occurs - meaning if the Jira issue is linked within the JPD idea, or if the JPD idea is linked within the Jira issue. To account for this, I configured an IF/ELSE automation that can work for either. It might look something like the one below.
The first half of this automation (IF) accounts for when a Jira issue is linked within a JPD idea:
1) WHEN: Issue Linked (All types in this example, but can be configured to your use case)
2) IF/ELSE: Conditions
3) BRANCH rule / related issues
4) THEN: Edit issue field
The second half of this automation (ELSE) accounts for when a JPD idea is linked within a Jira issue:
5) ELSE-if: Conditions
6) BRANCH rule / related issues
7) THEN: Edit issue field
A few things to note about the automation above:
Hope that helps and doesn't overcomplicate things, but again - just trying to account all variables, and where the linking occurs. Let us know if you have any questions.
Hi @Sue Hannan
What problem are you trying to solve by doing this? That is, "why do this?" Knowing that may help the community to offer better suggestions.
For example, for an Idea in JPD, are you trying to make a field visible from an issue linked as a "delivery ticket" to help coordinate with the Idea's progress? To initialize an Idea field? And so forth...
Kind regards,
Bill
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.