It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Can you please help me in getting Summary Data from JIRA using Groovy Scripting.
Thanks for the above code Alexey.
yeah, I use Adaptivist ScriptRunner add-on.
Here I need to fetch summary from one Issue Type and display it in different Issue Type. For example - I need to fetch summary data from Bug and display it in Task Issue Type.
In this case, issue.summary wont get the required data.
the field summary is defined for the issue object not for issue types. Do you want to say that you want to copy the summary field from one issue to another? On what event do you want to copy it?
Yes exactly, I need to copy the summary field from one issue to another.
Let me explain you with an example, If i have linked issue type bug to Task, then i need to see Bug's summary data in Task type home screen. I hope i am not confusing you.
What is your Jira version? And in what custom field of the Task issue you want to see the summary of the Bug issue?
Moreover I guess you can see now the summary of the Bug issue in the link web panel of the Task Issue. I mean when you enter the detailed view of the Task issue you can see the linked issues with the Task issue and you can see there the summaries of the linked issues. Why it is not enough?
Jeevan, I don't have the time to write and test code for you. Here are suggestions to get you going:
Take a look at the methods in IssueLinkUtil, probably getLinkCollection, to access the links for the Task issue.
Find the Bug issue by searching the LinkCollection. Return the Bug issue summary as the result of the scripted field
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.