fix: added slug in filename for export issues (#1870)
* chore: file name changed for exported issues * fix: added slug in filename for export issues --------- Co-authored-by: NarayanBavisetti <narayan311@gmail.com>
This commit is contained in:
parent
b554087b1f
commit
72419447ec
2 changed files with 6 additions and 4 deletions
|
|
@ -48,6 +48,7 @@ class ExportIssuesEndpoint(BaseAPIView):
|
|||
project_ids=project_ids,
|
||||
token_id=exporter.token,
|
||||
multiple=multiple,
|
||||
slug=slug,
|
||||
)
|
||||
return Response(
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue