[VIEWED 6025
TIMES]
|
SAVE! for ease of future access.
|
|
|
Ketisangeetpremi
Please log in to subscribe to Ketisangeetpremi's postings.
Posted on 09-15-20 11:52
AM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Any Guru that can help me in JIRA please ? I need to export all defects issue type (all details ) to excel but when i do it it shows me the detail list of defects but not the whole deskription and all its info within the excel . Does anyone who knows how to export all details of defects not just the list of defects into excel please ?
Last edited: 15-Sep-20 02:26 PM
|
|
|
|
MTEVEREST8848
Please log in to subscribe to MTEVEREST8848's postings.
Posted on 09-15-20 1:15
PM [Snapshot: 50]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Set your filters right, When you do the bulk export you might want to unselect the deskription and then export.
|
|
|
Ketisangeetpremi
Please log in to subscribe to Ketisangeetpremi's postings.
Posted on 09-15-20 2:26
PM [Snapshot: 92]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
@MtEverest8848 - Thank you for the answer .I needed the detail of each defects so i figured that out . If i include deskription or not within the filter and export it to excel i will get the summary of defects but if i want all the details(steps to reproduce , problem and other details) for multiple defects , you can export to word works !!
|
|
|
MTEVEREST8848
Please log in to subscribe to MTEVEREST8848's postings.
Posted on 09-15-20 2:47
PM [Snapshot: 111]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
I didn’t get it bro. It worked or not. Which part is not working if it’s not working. for complicated exports I use Jira API and write python skripts to handle the tailored data.
|
|
|
MTEVEREST8848
Please log in to subscribe to MTEVEREST8848's postings.
Posted on 09-15-20 3:05
PM [Snapshot: 138]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Yeso gara bro arko solution. 1. Filter Issue 2. Change view to list view 3. Click Columns and select what you want to see or export 4. Export to csv or whatever format you want. This solves most of the issues.
|
|
|
Ketisangeetpremi
Please log in to subscribe to Ketisangeetpremi's postings.
Posted on 09-21-20 2:04
PM [Snapshot: 346]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
@ MTEVEREST8848- Do you know how can i generate the Reports based on Overall testing of Project (like how many test has not started , how many in progress, how many have validation done) . Bug Report like how many did the QA team generated for the week and how many have they validated ? Any document where to find more info on these kinds of Reports?
|
|
|
MTEVEREST8848
Please log in to subscribe to MTEVEREST8848's postings.
Posted on 09-21-20 2:27
PM [Snapshot: 353]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
I do not know what kind of report you are talking about. You can definitely use filters and do quick export to find out how many issues. I suggest you to master JQL and later on also look into creating API using Python which helps a lot. For example : you can set up your JQL query based on: project ="ABCD" AND issuetype = SomeIssueType AND status != testing AND ORDER BY DUE ASC. You can also filter based on the dates I think. Just play with some JQL filters to get customized results. I m sure there might be reporting tools which can do that too. Good Luck.
|
|
|
Ketisangeetpremi
Please log in to subscribe to Ketisangeetpremi's postings.
Posted on 09-22-20 4:01
PM [Snapshot: 555]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Mt Everest - Can you please check your inbox message ?
|
|
|