Skip to end of banner
Go to start of banner

Printing duplicates - Agile Cards

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

\uD83E\uDD14 Problem

It is possible that duplicates of Jira issues may be printed while using Agile Cards. The main reason for this situation may be related to the printer settings (outside the Agile Cards app).

\uD83C\uDF31 Solution

It is important to check - if duplicates are visible on the print preview or only after printing/saving as PDF. If duplicates are not visible on the print preview, then the issue is not associated with the Agile Cards app.

For example, a similar problem may occur when the "Enable bidirectional support" option is enabled in the printer:

https://answers.microsoft.com/en-us/windows/forum/all/how-to-resolve-any-printer-printing-everything/a3c05092-35ef-4d7c-9bbd-8208d0339ab7

To investigate this issue (based on Google Chrome):

  1. Open Chrome menu (3 dots in top-right corner) → More Tools → Developer Tools. You can check network requests sent once you click on the “Print Cards“ button:

Zrzut ekranu 2024-07-16 o 14.13.06-20240716-121312.png
  1. Open the “Network“ tab, enable the “Preserve log“ option, and enable recording (you should see a red icon with a square in a circle in the top-left corner)

  2. Choose the “Print Cards“ option in Agile Cards:

  1. You should see that each issue is sent one by one (only once) in a separate request. For example, I have 21 issues to print, so I can see 21 requests:

    Zrzut ekranu 2024-01-25 o 14.40.05-20240125-134011-20240313-115345.png

  2. After that, there is a request that gets all of these issues at once:

    Zrzut ekranu 2024-01-25 o 14.41.23-20240125-134128-20240313-115504.pngZrzut ekranu 2024-01-25 o 14.42.14-20240125-134220-20240313-115428.png

  3. And then there is a PUT request where it should look the same:

    Zrzut ekranu 2024-01-25 o 14.42.52-20240125-134258-20240313-115636.pngZrzut ekranu 2024-01-25 o 14.43.05-20240125-134310-20240313-115610.png
  4. You can check if there are no duplicates in requests for some reason. If not, then the issue will not be associated with our app.

  • No labels