Dear All,
I am trying to relate issue of one project with issue of another project using linking process.
but i am getting below error:
"issuelinks": "Field 'issuelinks' cannot be set. It is not on the appropriate screen, or unknown."
this is my request json:
"issuelinks": [
{
"type": {
"name": "Relates",
"inward": "relates to",
"outward": "relates to"
},
"inwardIssue": {
"key": "TEN-1241"
},
"outwardIssue": "CLEAN-126"
}
],
End Point URL : https://whitelinen.atlassian.net/rest/api/2/issue/
Basically i want to access values of another project's issue using linking process.
Please help me to resolve this issue. The error message is that the field issuelinks is not available on the screen, however I don't see any way to make it avaialbe (since it is not in my list of custom fields). I am logged in as the site admin.
Thanks & Regards,
Amit kumar
Hi @Hostvisors ,
Please add the field "LinkedIssues" to project TEN issue screens and try invoking the API again
Regards,
Ravi Varma
But where will I find that field? I don't have it in custom fields and can't create a new field of that type either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hostvisors ,
As mentioned in my above comment, you have to go to the issue screen and add the field "LinkedIssues". You can look at the below screenshot of the configure screen where you can add fields.
Regards,
Ravi Varma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but is linkedissue a custom field or a system field? Or is it a field type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a system field, which captures the set of linked issues along with link types for each linked issue
If my reply helped you, can you accept it.
Thanks,
Ravi Varma
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.
Please share a screenshot of the screen on which you want to place the LinkedIssues. Try typing LinkedIssues at the bottom drop down, similar to the screenshot I shared above
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.