We have a customer request as below.
We have a custom filed naming 'Linked Issue Id'. Whenever i link any user story to to current issue the custom field 'linked issue id' should get updated automatically with linked user story ID.
If you have the ScriptRunner plugin, you could write a scripted field which looks at the links and returns the ID value.
You could write a plugin. The challenge is that there are no events which are triggered when a link is added. Thus, you will probably have to do something like what the scripted field does, and look at the links each time your field is requested.
We took a slightly different approach and created a plugin with a "linked" field type. When an issue Id is entered in the custom field, the plugin automatically adds a link to the issue. You could do the same thing with a ScriptRunner scripted listener
I mention ScriptRunner, because that's where I have experience. I believe you could take similar approaches with another plugin, such as Kepler JJupin or custom fields.
@Doug Swartz Thanks for your answer.
I am planning to use scripted field. Could you please help me providing the script which i have write for copying linked issue to custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Doug Swartz,
Did you get a chance to take a look on the request.
Thank you so much in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, I don't have time to write and test a script for you. Take a look at the https://answers.atlassian.com/questions/12276114
it has sample to code to do something very similar to what you're asking for.
Doug
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.