Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to include Summary from Jira linked issues? #131

Open
wanghu001 opened this issue Apr 4, 2022 · 0 comments
Open

Is it possible to include Summary from Jira linked issues? #131

wanghu001 opened this issue Apr 4, 2022 · 0 comments

Comments

@wanghu001
Copy link

wanghu001 commented Apr 4, 2022

When integrated with Jira, the JiraClient.toJiraIssue parses out the json response. It only parses out the inwardKey and outwardKey. Is that possible that also parse out the Summary for each inwardKey and outwardKey, so that the key and summary can be displayed in changelog?

the respond from jira is like:

"fields": {
		"summary": "Summary of this Issue",		
		"issuelinks": [
			"outwardIssue": {				
				"key": "IssueKey-0000",				
				"fields": {
					"summary": "Summary of outward linked issue",
                                         ...

Appreciate if it can happen.

Hu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant