Hi,
My customer wants to have an automatically link to a specific Confluence page depending to JIRA Component.
For example:
I imagine to use a postfunction to automatically link to confluence page but I don't find post-function concerning Confluence page only issue linking
I search in JJUPIN postfunction and no action to link to confluence page. I find only "issuelink" and this function seems to be link only issues.
Someone could help me?
Thank you
I don't think Jjupin handles those types of link yet. I'd use the Script Runner to do it, because I know it can. Or possibly a variant where you use a scripted field to render an extra field with the url based on <confluence>+<component>
How did you do with scrip runner? Could you show me an example? Thanks a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've not done it directly, I just know you can do it because I've done bits of it in the past or come close enough. Script runner can read/write links of all types (I was looking for Epic links when I found that), so the creation shouldn't be too hard, and obviously you can get the array of components on the issue to iterate over and look for your components Note that you'll need to think about how to handle the cases when a user selects A and B - I guess you'd create more than one link (and that's probably easiest to code for) Have a look through https://scriptrunner.adaptavist.com/latest/jira/quickstart.html - there's loads of examples and help in there, they should help you understand and write the script you need.
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.