Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Create a ticket with a table of selected tickets (list)

Hi Community,

I was doing some research, but did not really find a clear answer.

Basically, I would like to have something similar to the "Subscription of Filters". But instead of the delivery to my mailbox, a ticket should be created with the listed tickets.

 

I.e., is there a standard way (w/o scriptrunner or addons) to

- automatically create a ticket

- and insert a list of tickets (selected within the automation with JQL or IQL) as table into that ticket

- (alternatively, I would be fine to have a CVS/Excel of that table attached to the ticket)

 

Thanks in advance.

1 answer

1 accepted

1 vote
Answer accepted
Ivan Lima
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 06, 2022

You should be able to do that with Automation for Jira. You could try something like:

  • Trigger: scheduled
  • Action: Lookup Issues based on your JQL
  • Action: Create issue. You can use markdown to get the table format to iterate on the results. Example:
{{#lookupIssues}}
| {{key}} | {{summary}} |
{{/}}

There are limitations though. I recommend reviewing the documentation to make sure it will work for your use case.

Łukasz Modzelewski _TTPSC_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Jun 07, 2022

Thx @Ivan Lima ! I've just 'upgraded' my way of handling similar case :) 

Notes:

- {{key}} might be enough -> with Jira smart links it will hold the data for key, status, summary, in my setup I left the 2nd column to add notes to those tickets

- if you want check for cross-project work, this needs to be global rule - I started in my target project for this task but it wasn't returning any results, with global rule I got the expected results :) 

Like Ivan Lima likes this

@Ivan Lima That's a good suggestion.

In my case it will not work, though, because I need some custom fields to be displayed as columns. But you mentioned the "limitations".

I will try the IQL approach. I think, it should work. Will report, once I have it tested.

Ivan Lima
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 07, 2022

You can get custom field data as smart values, even if the issue in the JQL lookup won't return the custom field, which should show as blank.

For reference:

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events