Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i show custom Linked Issue created except all other common issues

J Manas Kumar
Contributor
January 22, 2020

Hi 

I have created 2 custom linkedissues (Designed For, Designed By), and those i can see in LinkedIsses Field.

But what i  want is for a specific issue type(issue.name = "HLD") i want to show "Designed For" and it should select issue.name = "PLANVIEW" , and from  PLANview issue side this HLD issue should come as "Designed By" link.

From Planview side i want only "Designed BY" to show in Linked Issues field.

My question is , can we fetch all linked issues and show only the required fields or options in the LinkedIssues field?

 

I have attached screenshot for more details.

is that possible that we can fetch details of all Linked Issues present and filter it and can only show selected issue types or options?

any help will be appreciated.

 

regards

ManasDesigned By.PNGDesigned For 1.PNGDesigned For.PNGed screen shot for more details.

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 23, 2020

Hello @J Manas Kumar

Thank you for reaching out.

Per your description, I understand you are trying to fetch a list of all issues that are linked with the link type "Designed BY" to other issues. Is that correct?

I'm not sure about what is the search mechanism you are using, but you can return this data using the own JQL query in the issue navigator, by using the parameter issueLinkType. This would be the query:

issueLinkType = "Designed BY"

For more information about this parameter, you can check the documentation below:

Issue link type 

Let us know if that's what you were looking for.

J Manas Kumar
Contributor
February 20, 2020

Hi @Petter Gonçalves   Thanks for your reply. But what i want is suppose i have 2 issues, and issue A is Parent of Issue B(Not a subtask, its a child issue).

I want to link my issue A with Issue B with custom field.Not using Linked Issues.

What i want is from Issue A i will have a field called "Designed By" in which i will select issue type B , and that will show in Issue B in a field called "Designed For".

Ultimatly i will select a value from Designed By field from Issue A and i can see that issues or value or link in Issue B field (Designed For).

 

Is it possible? using Behaviors?

Any help will be appreciated.

 

Regards

Manas 

Suggest an answer

Log in or Sign up to answer