Calls JIRA's latest REST API, optionally with basic authentication, to get all issues of a JIRA query (JQL). Allows to specify which fields to obtain.

get_jira_issues(
  domain = NULL,
  username = NULL,
  password = NULL,
  jql_query,
  fields = basic_jql_fields(),
  maxResults = 50,
  verbose = FALSE,
  as.data.frame = TRUE
)

Arguments

domain

Custom JIRA domain URL as for example https://bugreports.qt.io. Can be passed as a parameter or can be previously defined through the save_jira_credentials() function.

username

Username used to authenticate the access to the JIRA domain. If both username and password are not passed no authentication is made and only public domains can bet accessed. Optional parameter.

password

Password used to authenticate the access to the JIRA domain. If both username and password are not passed no authentication is made and only public domains can bet accessed. Optional parameter.

jql_query

JIRA's decoded JQL query. By definition, it works with:

  • Fields

  • Operators

  • Keywords

  • Functions

To learn how to create a query visit this ATLASSIAN site or the following cheatsheet.

fields

Optional argument to define the specific JIRA fields to obtain. If no value is entered, by default the following fields are passed:

  • status

  • priority

  • created

  • reporter

  • summary

  • description

  • assignee

  • updated

  • issuetype

  • fixVersions

To obtain a list of all supported fields use the following function: supported_jql_fields().

maxResults

Max results authorized to obtain for each API call. By default JIRA sets this value to 50 issues.

verbose

Explicitly informs the user of the JIRA API request process.

as.data.frame

Defines if the function returns a flattened data.frame or the raw JIRA response.

Value

Returns a flattened, formatted data.frame with the issues according to the JQL query.

Warning

If the comment field is used as a fields parameter input, each issue and its attributes are repeated the number of comments the issue has. The function works with the latest JIRA REST API and to work you need to have a internet connection. Calling the function too many times might block your access, you will receive a 403 error code. To unblock your access you will have to access interactively through your browser, signing out and signing in again, and might even have to enter a CAPTCHA at https://jira.yourdomain.com/secure/Dashboard.jspa. This only happens if the API is called upon multiple times in a short period of time.

See also

For more information about Atlassians JIRA API visit the following link: JIRA API Documentation.

Examples

get_jira_issues(domain = "https://bugreports.qt.io", jql_query = 'project="QTWB"')
#> id self key #> 1 318623 https://bugreports.qt.io/rest/api/latest/issue/318623 QTWB-60 #> 2 316220 https://bugreports.qt.io/rest/api/latest/issue/316220 QTWB-58 #> 3 301303 https://bugreports.qt.io/rest/api/latest/issue/301303 QTWB-54 #> 4 298661 https://bugreports.qt.io/rest/api/latest/issue/298661 QTWB-51 #> 5 298416 https://bugreports.qt.io/rest/api/latest/issue/298416 QTWB-50 #> 6 294867 https://bugreports.qt.io/rest/api/latest/issue/294867 QTWB-48 #> 7 293656 https://bugreports.qt.io/rest/api/latest/issue/293656 QTWB-46 #> 8 286809 https://bugreports.qt.io/rest/api/latest/issue/286809 QTWB-45 #> 9 281713 https://bugreports.qt.io/rest/api/latest/issue/281713 QTWB-44 #> 10 280720 https://bugreports.qt.io/rest/api/latest/issue/280720 QTWB-42 #> 11 280695 https://bugreports.qt.io/rest/api/latest/issue/280695 QTWB-41 #> 12 265267 https://bugreports.qt.io/rest/api/latest/issue/265267 QTWB-35 #> 13 264496 https://bugreports.qt.io/rest/api/latest/issue/264496 QTWB-34 #> 14 261475 https://bugreports.qt.io/rest/api/latest/issue/261475 QTWB-32 #> 15 261311 https://bugreports.qt.io/rest/api/latest/issue/261311 QTWB-31 #> 16 261309 https://bugreports.qt.io/rest/api/latest/issue/261309 QTWB-30 #> 17 259827 https://bugreports.qt.io/rest/api/latest/issue/259827 QTWB-29 #> 18 254915 https://bugreports.qt.io/rest/api/latest/issue/254915 QTWB-24 #> 19 251048 https://bugreports.qt.io/rest/api/latest/issue/251048 QTWB-23 #> 20 250259 https://bugreports.qt.io/rest/api/latest/issue/250259 QTWB-22 #> 21 248243 https://bugreports.qt.io/rest/api/latest/issue/248243 QTWB-19 #> 22 248183 https://bugreports.qt.io/rest/api/latest/issue/248183 QTWB-18 #> 23 246295 https://bugreports.qt.io/rest/api/latest/issue/246295 QTWB-16 #> 24 238304 https://bugreports.qt.io/rest/api/latest/issue/238304 QTWB-11 #> 25 238278 https://bugreports.qt.io/rest/api/latest/issue/238278 QTWB-10 #> 26 238182 https://bugreports.qt.io/rest/api/latest/issue/238182 QTWB-9 #> 27 238172 https://bugreports.qt.io/rest/api/latest/issue/238172 QTWB-8 #> 28 237415 https://bugreports.qt.io/rest/api/latest/issue/237415 QTWB-7 #> 29 237277 https://bugreports.qt.io/rest/api/latest/issue/237277 QTWB-6 #> 30 236621 https://bugreports.qt.io/rest/api/latest/issue/236621 QTWB-5 #> 31 236620 https://bugreports.qt.io/rest/api/latest/issue/236620 QTWB-4 #> 32 236619 https://bugreports.qt.io/rest/api/latest/issue/236619 QTWB-3 #> 33 236607 https://bugreports.qt.io/rest/api/latest/issue/236607 QTWB-2 #> 34 236195 https://bugreports.qt.io/rest/api/latest/issue/236195 QTWB-1 #> summary #> 1 webkit-qtwe bkit-23/Source/WTF/wtf/dtoa/bignum.cc:762: suspicious increment ? #> 2 win7 touchscreen can't click html-select dropdown list #> 3 Printing - <tbody> prints on top of <thead> #> 4 qtwebengine select file #> 5 No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com #> 6 Qt5.12.7 的 Qt5WebEngine 播放 https://www.ardmediathek.de 上的视频都失败 #> 7 QT Webengineview QML #> 8 QWebEngineView couldn't handle touch events for html select's popup menus #> 9 Store favicon URL when serializing QWebEngineHistory #> 10 QWebEngineView and its corresponding Google Chrome have different responses to Keyup events when inputting Chinese on the windows10 system #> 11 QWebEngineView 与 对应的谷歌浏览器在输入中文时,keyup事件的响应不一致 #> 12 Support WebExtensions #> 13 There is no QWidget window(( #> 14 Win7+Qt5.9.3-msvc2015,How open and use webgl modules? #> 15 Enable webgl failure. Please don't close the problem at will. Please check your answer carefully. #> 16 Enable webgl failure. #> 17 Qt to support ppapi plugins document #> 18 Qt5.9.2 Example [webengine] crash #> 19 Adjust qtwebbrowser project for Automotive releases #> 20 QtWebengine : Server's certificate is signed using a weak signature algorithm. #> 21 Images are not wrapping to next line in fancy browser #> 22 Adding AltGr and Mode_switch as additional url selection modifier #> 23 Display error when certificate validation fails #> 24 Equations on wikipedia appear too small #> 25 Incorrect Font family when writing generic family in CSS in QT5.3 #> 26 some pages have a lot of white space around them #> 27 WebView and WebEngine not installed error #> 28 Time in javascript #> 29 QWebEngineView not support full screen mode with flash player(stagedisplaystate.fullscreeninteractive) #> 30 attempting to flick selects text instead #> 31 don't use the virtual keyboard if a real keyboard is attached #> 32 add shortcuts for zooming #> 33 renders some webpages too narrow #> 34 ad blocker #> issuetype_self issuetype_id #> 1 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 2 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 3 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 4 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 5 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 6 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 7 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 8 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 9 https://bugreports.qt.io/rest/api/2/issuetype/3 3 #> 10 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 11 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 12 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 13 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 14 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 15 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 16 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 17 https://bugreports.qt.io/rest/api/2/issuetype/3 3 #> 18 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 19 https://bugreports.qt.io/rest/api/2/issuetype/3 3 #> 20 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 21 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 22 https://bugreports.qt.io/rest/api/2/issuetype/15 15 #> 23 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 24 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 25 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 26 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 27 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 28 https://bugreports.qt.io/rest/api/2/issuetype/3 3 #> 29 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 30 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 31 https://bugreports.qt.io/rest/api/2/issuetype/15 15 #> 32 https://bugreports.qt.io/rest/api/2/issuetype/15 15 #> 33 https://bugreports.qt.io/rest/api/2/issuetype/1 1 #> 34 https://bugreports.qt.io/rest/api/2/issuetype/21 21 #> issuetype_description #> 1 A problem which impairs or prevents the functions of the product. #> 2 A problem which impairs or prevents the functions of the product. #> 3 A problem which impairs or prevents the functions of the product. #> 4 A problem which impairs or prevents the functions of the product. #> 5 A problem which impairs or prevents the functions of the product. #> 6 A problem which impairs or prevents the functions of the product. #> 7 A problem which impairs or prevents the functions of the product. #> 8 A problem which impairs or prevents the functions of the product. #> 9 A task that needs to be done. #> 10 A problem which impairs or prevents the functions of the product. #> 11 A problem which impairs or prevents the functions of the product. #> 12 A problem which impairs or prevents the functions of the product. #> 13 A problem which impairs or prevents the functions of the product. #> 14 A problem which impairs or prevents the functions of the product. #> 15 A problem which impairs or prevents the functions of the product. #> 16 A problem which impairs or prevents the functions of the product. #> 17 A task that needs to be done. #> 18 A problem which impairs or prevents the functions of the product. #> 19 A task that needs to be done. #> 20 A problem which impairs or prevents the functions of the product. #> 21 A problem which impairs or prevents the functions of the product. #> 22 Public suggestions #> 23 A problem which impairs or prevents the functions of the product. #> 24 A problem which impairs or prevents the functions of the product. #> 25 A problem which impairs or prevents the functions of the product. #> 26 A problem which impairs or prevents the functions of the product. #> 27 A problem which impairs or prevents the functions of the product. #> 28 A task that needs to be done. #> 29 A problem which impairs or prevents the functions of the product. #> 30 A problem which impairs or prevents the functions of the product. #> 31 Public suggestions #> 32 Public suggestions #> 33 A problem which impairs or prevents the functions of the product. #> 34 Created by Jira Software - do not edit or delete. Issue type for a user story. #> issuetype_iconurl #> 1 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 2 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 3 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 4 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 5 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 6 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 7 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 8 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 9 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12188&avatarType=issuetype #> 10 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 11 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 12 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 13 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 14 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 15 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 16 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 17 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12188&avatarType=issuetype #> 18 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 19 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12188&avatarType=issuetype #> 20 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 21 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 22 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12170&avatarType=issuetype #> 23 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 24 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 25 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 26 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 27 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 28 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12188&avatarType=issuetype #> 29 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 30 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 31 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12170&avatarType=issuetype #> 32 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12170&avatarType=issuetype #> 33 https://bugreports.qt.io/secure/viewavatar?size=xsmall&avatarId=12173&avatarType=issuetype #> 34 https://bugreports.qt.io/images/icons/issuetypes/documentation.png #> issuetype_name issuetype_subtask issuetype_avatarid created #> 1 Bug FALSE 12173 2021-05-12 22:56:00 #> 2 Bug FALSE 12173 2021-04-08 09:09:00 #> 3 Bug FALSE 12173 2020-07-01 00:02:00 #> 4 Bug FALSE 12173 2020-05-12 01:23:00 #> 5 Bug FALSE 12173 2020-05-06 08:37:00 #> 6 Bug FALSE 12173 2020-03-05 13:28:00 #> 7 Bug FALSE 12173 2020-02-17 11:34:00 #> 8 Bug FALSE 12173 2019-10-16 09:55:00 #> 9 Task FALSE 12188 2019-07-25 21:38:00 #> 10 Bug FALSE 12173 2019-06-30 17:07:00 #> 11 Bug FALSE 12173 2019-06-28 13:02:00 #> 12 Bug FALSE 12173 2018-08-08 17:31:00 #> 13 Bug FALSE 12173 2018-07-16 09:10:00 #> 14 Bug FALSE 12173 2018-05-04 08:08:00 #> 15 Bug FALSE 12173 2018-05-02 10:36:00 #> 16 Bug FALSE 12173 2018-05-02 09:39:00 #> 17 Task FALSE 12188 2018-03-27 10:23:00 #> 18 Bug FALSE 12173 2017-12-09 10:08:00 #> 19 Task FALSE 12188 2017-09-21 12:52:00 #> 20 Bug FALSE 12173 2017-09-06 09:20:00 #> 21 Bug FALSE 12173 2017-07-07 13:16:00 #> 22 Suggestion FALSE 12170 2017-07-05 20:40:00 #> 23 Bug FALSE 12173 2017-05-15 09:08:00 #> 24 Bug FALSE 12173 2016-09-28 15:01:00 #> 25 Bug FALSE 12173 2016-09-27 18:32:00 #> 26 Bug FALSE 12173 2016-09-23 16:32:00 #> 27 Bug FALSE 12173 2016-09-23 12:16:00 #> 28 Task FALSE 12188 2016-09-03 13:49:00 #> 29 Bug FALSE 12173 2016-08-30 14:41:00 #> 30 Bug FALSE 12173 2016-08-05 07:53:00 #> 31 Suggestion FALSE 12170 2016-08-05 07:49:00 #> 32 Suggestion FALSE 12170 2016-08-05 07:46:00 #> 33 Bug FALSE 12173 2016-08-04 15:47:00 #> 34 User Story FALSE NA 2016-07-20 08:46:00 #> description #> 1 webkit-qtwebkit-23/Source/WTF/wtf/dtoa/bignum.cc:762:15: warning: variable 'i' is increment\r\ned both in the loop header and in the loop body [-Wfor-loop-analysis]\r\n\r\nSource code is\r\n\r\nfor (int i = other.used_digits_ + exponent_diff; i < used_digits_; ++i) {\r\n if (borrow == 0) return;\r\n Chunk difference = bigits_[i] - borrow;\r\n bigits_[i] = difference & kBigitMask;\r\n borrow = difference >> (kChunkSize - 1);\r\n ++i;\r\n }\r\n\r\nLooks suspicious\r\n\r\n \r\n\r\n  #> 2 my program run on win7 touchscreen machine,  click html page <select> dropdown list show then page will not response any finger click event , mouse click is ok.\r\n\r\ni try qt5.13.0 and 5.14.2 versions, both have above problem.  \r\n\r\n\r\nupdate:\r\ni try a QWebEngineView demo on qt 5.15.2, it result same as above version:\r\n\r\n{code:c++}\r\nMainWindow::MainWindow(QWidget *parent)\r\n : QMainWindow(parent)\r\n , ui(new Ui::MainWindow)\r\n{\r\n ui->setupUi(this);\r\n m_webView = new QWebEngineView(this);\r\n QStackedLayout* layout = new QStackedLayout(ui->frame);\r\n ui->frame->setLayout(layout);\r\n layout->addWidget(m_webView);\r\n\r\n connect(ui->go,&QPushButton::clicked, this,[this](){\r\n QString url = ui->url->text();\r\n m_webView->load(url);\r\n });\r\n\r\n}\r\n{code}\r\n\r\n !screenshot-1.png|thumbnail! \r\n\r\na demo html page:\r\n\r\n{code:html}\r\n<!DOCTYPE html>\r\n<html>\r\n<body>\r\n <form action="">\r\n <select name="cars">\r\n <option value="volvo">Volvo</option>\r\n <option value="saab">Saab</option>\r\n <option value="fiat">Fiat</option>\r\n <option value="audi">Audi</option>\r\n </select>\r\n </form>\r\n</body>\r\n</html>\r\n{code}\r\n\r\nrun this on a touchscreen win 7 computer:\r\n\r\n !1618275287480.gif|thumbnail! \r\n\r\n #> 3 Tested using AWS Linux, but that makes no difference.\r\n\r\nI have attached the page and an export/print to PDF example.\r\n\r\nLoad the attached page, print it or export to PDF and on page 2, the <tbody> section is printed on top of the <thead> section.\r\n\r\nThis works as expected on FireFox, Edge and Chrome.\r\n\r\nTried this using the QT Webkit browser #> 4 cant select files from webengine file picker (qt 5.14.2)\r\n log:\r\n An unhandled type 'QList<QUrl>' was provided in FilePickerController::accepted(QVariant)\r\n\r\nbut can select file by drag and drop\r\n\r\nim trying to build webkit from github sources #> 5 I am creating a Web Application from an existing Website everything works except my payment system (Using Paypal)\r\n\r\nPyQT5 5.14.2\r\n\r\nPyQtWebEngine 5.14\r\n\r\ni read that this bug has been fixed since 5.13 https://bugreports.qt.io/browse/QTBUG-71164\r\n\r\nOutput :\r\n\r\n[23527:23552:0506/081824.203312:ERROR:nss_ocsp.cc(614)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com\r\n [23527:23552:0506/081824.203356:ERROR:nss_ocsp.cc(614)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com\r\n [23527:23552:0506/081824.203387:ERROR:nss_ocsp.cc(614)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com\r\n [23527:23552:0506/081824.204719:ERROR:nss_ocsp.cc(614)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com\r\n [23527:23552:0506/081824.204742:ERROR:nss_ocsp.cc(614)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com\r\n [23527:23552:0506/081824.204769:ERROR:nss_ocsp.cc(614)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com #> 6 基于 Qt5.12.7 的 Qt5WebEngine  的浏览器,用 msvc2017编译 x86版本,打开 [https://www.ardmediathek.de|https://www.ardmediathek.de/],播放视频都失败 #> 7 When I use hrml input tag file for uploading in webengineview qml.\r\n\r\nError Message:\r\n\r\nAn unhandled type 'QList<QUrl>' was provided in FilePickerController::accepted(QVariant)\r\nModel size of -164 is less than 0\r\nModel size of -15 is less than 0 #> 8 <select onchange="alert('option changed!');">\r\n <option value="0">V0</option>\r\n <option value="1">V1</option>\r\n <option value="2">V2</option>\r\n <option value="3">V3</option>\r\n </select>\r\n\r\n \r\n\r\nPoup menu items' could not be touched under surface win10 touch screen; while mouse events works fine. #> 9 Currently, serializing QWebEngineHistoryItem to QDataStream will not write item's icon URLs. Consequently, they will be empty when deserializing it back. This, in turn, prevents things such as displaying icons in popup menus with navigation history after restoring the web session.\r\n\r\nA fix is rather trivial and a patch against 5d4bac57a0191287a2fc345f6b398fb1f5d08517 is attached. #> 10 Normal Google Chrome will trigger the keyup event when inputting Chinese in the input tag, but the QWebEngineView will not trigger the keyup event when inputting Chinese. Only when inputting spaces, enter keys, English letters, numbers  the keyup event will be triggered synchronously. I tested the Simple Browser of Qt5.12.4 and it has this problem. #> 11 正常的谷歌浏览器在input输入框中输入中文时,会同步触发keyup事件,但是QWebEngineView输入中文时并不会触发keyup事件,只有输入空格、enter键、英文字母、数字的时候才会同步触发keyup事件。我测试过Qt5.6.0的demo broswer已经Qt5.10.1的simple broswer,均会有这个问题 #> 12 The KDE bugzilla has a request to support WebExtensions in [Falkon|https://www.falkon.org/] browser.\r\n\r\nhttps://bugs.kde.org/show_bug.cgi?id=393358\r\n\r\nHowever, their developer refused:\r\n\r\n“It's not impossible to implement WebExtensions support in Falkon, it needs to be done in QTWebEngine.”\r\n\r\nWebExtensions is a very popular technolgy to write a browser extension, Both Chrome/Chromium, Firefox, Opera Browser, and Microsoft Edge support it. So I hope you can create WebExtensions support in QtWebEngine to make third developers get benifits if they want to support browser extensions. #> 13 I'm two days trying to figure out how use Qts WebWindow, but cant do that anyway... There is simply no such tool in Design->DisplayWidgets but as i saw alot of videos and tutorials all have that at the bottom of that DisplayWidgets list.\r\n\r\nI thought that i dont have some libraries, so i downloaded everything what concerns Web in Qt, but still cant create WebWindow.\r\n\r\n \r\n\r\n!https://image.ibb.co/ezDVtd/qtAgain.jpg!\r\n\r\n \r\n\r\nP.S. there is also no library i can include in my project like #include <QtWebKitWidgets/QWebView> there is no such thing...\r\n\r\nP.P.S. i have QT 5.10 version, there is no such option here in your site.\r\n\r\n  #> 14 Hello!I used qt5.9.3-msvc2015 and compiled the source code, but still did not open the webgl module;What exactly should I do to turn on webgl functionality?Ask you to help me!\r\n\r\nSorry to bother you again, but after I compile many Qt source code, I still can't open the webgl module, I really hope you can give me an accurate answer!\r\n\r\n!TIM图片20180504140936.png! #> 15 After compiling openGL es2, still cannot use WebGL functionality, "http://blog.qt.io/blog/2017/07/07/qt-webgl-streaming-merged/" teaching method is not comprehensive or have a problem. #> 16 After compiling openGL es2, still cannot use WebGL functionality, "http://blog.qt.io/blog/2017/07/07/qt-webgl-streaming-merged/" teaching method is not comprehensive or have a problem.\r\n\r\n!TIM截图20180502141113.png!\r\n\r\n!TIM截图20180502141148.png!!TIM截图20180502153315.png!!TIM截图20180502153357.png!\r\n\r\n  #> 17 h1. The documentation supported by the ppapi plugins is too simple. and does Qt5.9 have the complete process or step documentation to display the ppapi plugins?\r\n\r\n \r\nNo!I'm not talking about the nppapi, I'm talking about the ppapi(Pepper Plugin API), and Qt only gives the following explanation.\r\n\r\n< file path - plugin1 >;< the mime type - plugin1 >, < file path - plugin2 >;< mime - type1 - plugin2 >;< mime - type2 - plugin2 >\r\n \r\nI need to use this pepper plugins in QWebEngine, but I don't know how to register this pepper plugins? #> 18 Env: Ubuntu 14.04LTS\r\n Gtk:\r\n lvtk-gtkui-1 lvtk-gtkui - LV2 Toolkit GtkUI\r\n gtkmm-2.4 gtkmm - C++ binding for the GTK+ toolkit\r\n gtk+-unix-print-2.0 GTK+ - GTK+ Unix print support\r\n gtk+-2.0 GTK+ - GTK+ Graphical UI Library (x11 target)\r\n gtk+-x11-2.0 GTK+ - GTK+ Graphical UI Library (x11 target)\r\n Qt: Qt5.9.2\r\n\r\nReproduce:\r\n # build example : recipebrowser\r\n # run recipebrowser.\r\n # Rapidly drog the mainwindow frame, so that the mainwindow do resize rapidly.\r\n\r\nTest result: Program received signal SIGSEGV, Segmentation fault.\r\n Backtrack:\r\n Program received signal SIGSEGV, Segmentation fault.\r\n [Switching to Thread 0x7fff75ef4700 (LWP 30824)]\r\n 0x00007fffee4429cb in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5WebEngineCore.so.5\r\n (gdb) where\r\n #0 0x00007fffee4429cb in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5WebEngineCore.so.5\r\n #1 0x00007fffee442d0d in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5WebEngineCore.so.5\r\n #2 0x00007fffee443472 in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5WebEngineCore.so.5\r\n #3 0x00007fffee4496d0 in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5WebEngineCore.so.5\r\n #4 0x00007fffee466d28 in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5WebEngineCore.so.5\r\n #5 0x00007ffff5736f50 in QQuickWindowPrivate::updateDirtyNode(QQuickItem*) () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Quick.so.5\r\n #6 0x00007ffff57375fd in QQuickWindowPrivate::updateDirtyNodes() () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Quick.so.5\r\n #7 0x00007ffff5738722 in QQuickWindowPrivate::syncSceneGraph() () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Quick.so.5\r\n #8 0x00007ffff56e8eb5 in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Quick.so.5\r\n #9 0x00007ffff56eac6f in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Quick.so.5\r\n #10 0x00007ffff56eeb5c in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Quick.so.5\r\n #11 0x00007ffff652270a in ?? () from /home/user/Qt/5.9.2/gcc_64/lib/libQt5Core.so.5\r\n #12 0x00007ffff4fa9184 in start_thread (arg=0x7fff75ef4700) at pthread_create.c:312\r\n #13 0x00007ffff5c82ffd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111\r\n\r\nPS : The example that use webengineview has the same problem. #> 19 qtwebbrowser should install into "install/" named directory like any other qt module which is built by Coin. (make install INSTALL_ROOT=<some path>). \r\n\r\nAlso it would be preferable to have .qmake.conf + MODULE_VERSION which is used to\r\nparse the project version number. That ends up into final release src archive names. #> 20 While using the demo browser in Qt 5.9.1 examples, i cannot access any Google websites.  \r\n\r\n*"Server's certificate is signed using a weak signature algorithm."*\r\n\r\nWith Chromium and Firefox,  i am not having this certificate error.\r\n\r\nEdit : One of the solution mentioned in some other forums is to have the libnss-1d installed in my Ubuntu. I have installed it and still the issue remains. #> 21 I have installed Qt creator in my windows 8 machine. I have compile and run the fancy browser sample from the WebKit samples. It successfully compiled and displays websites.\r\n\r\nI have attached two HTML documents, both HTML documents are having same behaviour on other web browsers. But the fancy browser behaves differently for the first html.\r\n\r\nThe both HTML files contains two images with 300 pixels width each, the total width of the HTML is above 600. Now I have resize the fancy browser window size less than 600. It does not wrap the images to next line, instead it created scrollbars for first HTML.\r\n\r\nFor the second HTML, the browser wraps the images if resize the window less than 600. \r\n\r\nThe only difference between the two HTML files is space between the image and span HTML tags. \r\n\r\n \r\n\r\nNote: Both HTML files wraps the images if I resize the windows of other browsers. (Chrome, Safari, IE, Gecko).\r\n\r\n \r\n\r\nPlease fine the documents and screen shots form attachments. #> 22 Currently qtwebengine supports selecting url by pressing down the alt key. However, for touchpad users, the left mouse-button is on the left and there are keyboard layouts using the right alt as mode_switch or altgr. Can we add these modifers to the url selection function? Currently I have no easy way to press left alt and left mouse-button together.  Thanks!  #> 23 Boot2Qt image for 5.9.0 Beta 3 has a problem in that a lot of root certificates (including e.g. for google sites) cannot be validated. While other example browsers then display an error, Qt WebBrowser just fails to open the page. #> 24 Equations rendered in MathML, for example on wikipedia like this one [1] appear very small and are hard to read. Zooming in doesn't change anything.\r\n\r\nSee also: https://github.com/OtterBrowser/otter-browser/issues/1191\r\n\r\n[1] https://en.wikipedia.org/wiki/Navier-Stokes_equations#Incompressible_flow #> 25 I am using QT5.3. \r\nText is displayed in Serif font, even when sans-serif is written in the CSS.\r\nBelow is the minimal HTML code.\r\n=============\r\n\t<style>\r\n\t\t#id1 { font-family: sans-serif; }\r\n\t</style>\r\n\t<body>\r\n\t\t<p id="id1">ABCDEFGHIJKLMN</p>\r\n\t</body>\r\n=============\r\n\r\nAvailable fonts on my system are following:-\r\n\r\nPalatino\r\nHelvetica\r\nGeneva\r\nNew York\r\nMonaco\r\nTimes\r\nCourier\r\nArial\r\nHYGoThic-Medium\r\nHelvetica\r\nHelvetica Condensed\r\nHGPGothicB\r\nHGPMinchoL\r\nMHei Bold CP950\r\nMonotype Hei Bold GB 18030\r\nNimbusSansGlobal\r\nTimes New Roman\r\nTT Hira Sans GB P W3\r\nTT Hira Sans Rd JP P W4\r\nTT Hira Sans TC P W3\r\nUnivers OTS #> 26 On a arm based devices -with wayland/weston- some pages are rendered with a lot of white spaces around them. -The window.innerWidth is reported much larger than the actual screen size and larger than on other sites without this effect.-\r\n\r\nI figured out that this only affects sites that have a specific line in the header. A minimal example that shows this effect is\r\n{code}\r\n\r\n<html>\r\n<head>\r\n <meta name="viewport" content="width=device-width, initial-scale=1">\r\n</head>\r\n<body>\r\n <p style="width:100%; background-color:red;">test</p>\r\n</body>\r\n</html>\r\n{code} #> 27 Hi,\r\n\r\nI try to use WebView or WebEngine in qml on MacOSX with Qt 5.7 and QtCreator and i get this error:\r\n\r\nQQmlApplicationEngine failed to load component\r\nqrc:/main.qml:3 module "QtWebView" is not installed\r\n\r\nI have WebEngine installed from the MaintenanceTool\r\n\r\nI attached a minimal project that reproduce the issue.\r\nMaybe i forget something to make it work. #> 28 The time return from javascript is UTC time .\r\n\r\nIn previous version it was local time #> 29 The flash player can not enter full screen mode. I am testing it with www.haibian.com where I watch a video and click on the full screen button (bottom right). I get nothing, the full screen button is invalid.\r\n\r\nPS. I load the Pepper as my flash plugin.\r\n\r\nYou can try it with our attachment. #> 30 This is another generic Qt and QtQuick problem, but in 5.8 we will have a different architecture for text-editing handles, so it should become possible to solve this nicely in the standard way: long-press to start selecting text, flick to flick the page. The present behavior is contrary to what the mockup shows: if you flick in a margin where no web content is present, it works, whereas if there is text, you will select text with your finger. #> 31 This is a general usability problem in QtQuick apps, which doesn't have a good solution yet, but I think we should come up with one. We just need a way to know when a keyboard is hotplugged. #> 32 Pinch-zooming on a touchscreen works, but I was expecting Ctrl-+/- and Ctrl-mousewheel to work too. #> 33 Most pages are OK, but for example github.com, slashdot.org and hackaday.com render with a page width much narrower than the window width, while on ordinary desktop browsers and mobile browsers they are OK. #> 34 Allow the user to block ads, e.g. by installing a Chromium one. #> reporter_self #> 1 https://bugreports.qt.io/rest/api/2/user?username=dcb #> 2 https://bugreports.qt.io/rest/api/2/user?username=wyjn #> 3 https://bugreports.qt.io/rest/api/2/user?username=jplevene #> 4 https://bugreports.qt.io/rest/api/2/user?username=mmjvox #> 5 https://bugreports.qt.io/rest/api/2/user?username=donno #> 6 https://bugreports.qt.io/rest/api/2/user?username=haifu.tian #> 7 https://bugreports.qt.io/rest/api/2/user?username=rap004 #> 8 https://bugreports.qt.io/rest/api/2/user?username=secular_wheel #> 9 https://bugreports.qt.io/rest/api/2/user?username=dmik #> 10 https://bugreports.qt.io/rest/api/2/user?username=wenke #> 11 https://bugreports.qt.io/rest/api/2/user?username=wenke #> 12 https://bugreports.qt.io/rest/api/2/user?username=volga #> 13 https://bugreports.qt.io/rest/api/2/user?username=engelard #> 14 https://bugreports.qt.io/rest/api/2/user?username=dr_w #> 15 https://bugreports.qt.io/rest/api/2/user?username=dr_w #> 16 https://bugreports.qt.io/rest/api/2/user?username=dr_w #> 17 https://bugreports.qt.io/rest/api/2/user?username=dr_w #> 18 https://bugreports.qt.io/rest/api/2/user?username=devic.wen #> 19 https://bugreports.qt.io/rest/api/2/user?username=iknd #> 20 https://bugreports.qt.io/rest/api/2/user?username=kar #> 21 https://bugreports.qt.io/rest/api/2/user?username=aym #> 22 https://bugreports.qt.io/rest/api/2/user?username=amosbird #> 23 https://bugreports.qt.io/rest/api/2/user?username=kkohne #> 24 https://bugreports.qt.io/rest/api/2/user?username=myier #> 25 https://bugreports.qt.io/rest/api/2/user?username=mittalv #> 26 https://bugreports.qt.io/rest/api/2/user?username=laser_b #> 27 https://bugreports.qt.io/rest/api/2/user?username=raynorr #> 28 https://bugreports.qt.io/rest/api/2/user?username=bapou #> 29 https://bugreports.qt.io/rest/api/2/user?username=yuanwei #> 30 https://bugreports.qt.io/rest/api/2/user?username=srutledg #> 31 https://bugreports.qt.io/rest/api/2/user?username=srutledg #> 32 https://bugreports.qt.io/rest/api/2/user?username=srutledg #> 33 https://bugreports.qt.io/rest/api/2/user?username=srutledg #> 34 https://bugreports.qt.io/rest/api/2/user?username=kkohne #> reporter_name reporter_key #> 1 dcb dcb #> 2 wyjn JIRAUSER60318 #> 3 jplevene JIRAUSER57347 #> 4 mmjvox mmjvox #> 5 donno JIRAUSER56794 #> 6 haifu.tian haifu.tian #> 7 rap004 rap004 #> 8 secular_wheel secular_wheel #> 9 dmik dmik #> 10 wenke wenke #> 11 wenke wenke #> 12 volga volga #> 13 engelard engelard #> 14 dr_w dr_w #> 15 dr_w dr_w #> 16 dr_w dr_w #> 17 dr_w dr_w #> 18 devic.wen devic.wen #> 19 iknd iknd #> 20 kar kar #> 21 aym aym #> 22 amosbird amosbird #> 23 kkohne kkohne #> 24 myier myier #> 25 mittalv mittalv #> 26 laser_b laser_b #> 27 raynorr raynorr #> 28 bapou bapou #> 29 yuanwei yuanwei #> 30 srutledg srutledg #> 31 srutledg srutledg #> 32 srutledg srutledg #> 33 srutledg srutledg #> 34 kkohne kkohne #> reporter_avatarurls_48x48 #> 1 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 2 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 3 https://bugreports.qt.io/secure/useravatar?avatarId=14300 #> 4 https://bugreports.qt.io/secure/useravatar?ownerId=mmjvox&avatarId=17680 #> 5 https://bugreports.qt.io/secure/useravatar?avatarId=14298 #> 6 https://bugreports.qt.io/secure/useravatar?avatarId=17278 #> 7 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 8 https://bugreports.qt.io/secure/useravatar?avatarId=14290 #> 9 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 10 https://bugreports.qt.io/secure/useravatar?avatarId=14283 #> 11 https://bugreports.qt.io/secure/useravatar?avatarId=14283 #> 12 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 13 https://bugreports.qt.io/secure/useravatar?ownerId=engelard&avatarId=15171 #> 14 https://bugreports.qt.io/secure/useravatar?avatarId=14298 #> 15 https://bugreports.qt.io/secure/useravatar?avatarId=14298 #> 16 https://bugreports.qt.io/secure/useravatar?avatarId=14298 #> 17 https://bugreports.qt.io/secure/useravatar?avatarId=14298 #> 18 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 19 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 20 https://bugreports.qt.io/secure/useravatar?avatarId=14295 #> 21 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 22 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 23 https://bugreports.qt.io/secure/useravatar?ownerId=kkohne&avatarId=13727 #> 24 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 25 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 26 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 27 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 28 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 29 https://bugreports.qt.io/secure/useravatar?avatarId=10292 #> 30 https://bugreports.qt.io/secure/useravatar?ownerId=srutledg&avatarId=12270 #> 31 https://bugreports.qt.io/secure/useravatar?ownerId=srutledg&avatarId=12270 #> 32 https://bugreports.qt.io/secure/useravatar?ownerId=srutledg&avatarId=12270 #> 33 https://bugreports.qt.io/secure/useravatar?ownerId=srutledg&avatarId=12270 #> 34 https://bugreports.qt.io/secure/useravatar?ownerId=kkohne&avatarId=13727 #> reporter_avatarurls_24x24 #> 1 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 2 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 3 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14300 #> 4 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=mmjvox&avatarId=17680 #> 5 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14298 #> 6 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=17278 #> 7 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 8 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14290 #> 9 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 10 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14283 #> 11 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14283 #> 12 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 13 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=engelard&avatarId=15171 #> 14 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14298 #> 15 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14298 #> 16 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14298 #> 17 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14298 #> 18 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 19 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 20 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=14295 #> 21 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 22 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 23 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=kkohne&avatarId=13727 #> 24 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 25 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 26 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 27 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 28 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 29 https://bugreports.qt.io/secure/useravatar?size=small&avatarId=10292 #> 30 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=srutledg&avatarId=12270 #> 31 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=srutledg&avatarId=12270 #> 32 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=srutledg&avatarId=12270 #> 33 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=srutledg&avatarId=12270 #> 34 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=kkohne&avatarId=13727 #> reporter_avatarurls_16x16 #> 1 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 2 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 3 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14300 #> 4 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=mmjvox&avatarId=17680 #> 5 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14298 #> 6 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=17278 #> 7 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 8 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14290 #> 9 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 10 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14283 #> 11 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14283 #> 12 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 13 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=engelard&avatarId=15171 #> 14 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14298 #> 15 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14298 #> 16 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14298 #> 17 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14298 #> 18 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 19 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 20 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=14295 #> 21 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 22 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 23 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=kkohne&avatarId=13727 #> 24 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 25 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 26 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 27 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 28 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 29 https://bugreports.qt.io/secure/useravatar?size=xsmall&avatarId=10292 #> 30 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=srutledg&avatarId=12270 #> 31 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=srutledg&avatarId=12270 #> 32 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=srutledg&avatarId=12270 #> 33 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=srutledg&avatarId=12270 #> 34 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=kkohne&avatarId=13727 #> reporter_avatarurls_32x32 #> 1 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 2 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 3 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14300 #> 4 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=mmjvox&avatarId=17680 #> 5 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14298 #> 6 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=17278 #> 7 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 8 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14290 #> 9 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 10 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14283 #> 11 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14283 #> 12 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 13 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=engelard&avatarId=15171 #> 14 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14298 #> 15 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14298 #> 16 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14298 #> 17 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14298 #> 18 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 19 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 20 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=14295 #> 21 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 22 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 23 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=kkohne&avatarId=13727 #> 24 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 25 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 26 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 27 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 28 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 29 https://bugreports.qt.io/secure/useravatar?size=medium&avatarId=10292 #> 30 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=srutledg&avatarId=12270 #> 31 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=srutledg&avatarId=12270 #> 32 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=srutledg&avatarId=12270 #> 33 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=srutledg&avatarId=12270 #> 34 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=kkohne&avatarId=13727 #> reporter_displayname reporter_active reporter_timezone #> 1 David Binderman TRUE UTC #> 2 ye wang TRUE Asia/Shanghai #> 3 Justin Levene TRUE UTC #> 4 mohammadjavad khodabandeloo TRUE UTC #> 5 Donovan Fourie TRUE UTC #> 6 haifu tian TRUE UTC #> 7 Rafael Ong TRUE UTC #> 8 Secular Wheel TRUE UTC #> 9 Dmitriy Kuminov TRUE Europe/Moscow #> 10 科 文 TRUE UTC #> 11 科 文 TRUE UTC #> 12 volga TRUE UTC #> 13 YEVHEN SAVENKO TRUE UTC #> 14 wang wang TRUE UTC #> 15 wang wang TRUE UTC #> 16 wang wang TRUE UTC #> 17 wang wang TRUE UTC #> 18 devic.wen TRUE UTC #> 19 Iikka Eklund TRUE UTC #> 20 Karthik Balachandran TRUE Asia/Kolkata #> 21 prakash v TRUE UTC #> 22 Amos Bird TRUE Asia/Hong_Kong #> 23 Kai Köhne TRUE Europe/Berlin #> 24 myier TRUE UTC #> 25 Varun Mittal TRUE UTC #> 26 Raphael Freudiger TRUE Europe/Zurich #> 27 Bruno Deligny TRUE Europe/Paris #> 28 Jean-Luc Rossiny TRUE UTC #> 29 yuanwei TRUE UTC #> 30 Shawn Rutledge TRUE Europe/Oslo #> 31 Shawn Rutledge TRUE Europe/Oslo #> 32 Shawn Rutledge TRUE Europe/Oslo #> 33 Shawn Rutledge TRUE Europe/Oslo #> 34 Kai Köhne TRUE Europe/Berlin #> assignee_self #> 1 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 2 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 3 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 4 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 5 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 6 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 7 https://bugreports.qt.io/rest/api/2/user?username=davidsz #> 8 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 9 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 10 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 11 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 12 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 13 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 14 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 15 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 16 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 17 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 18 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 19 https://bugreports.qt.io/rest/api/2/user?username=kkohne #> 20 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 21 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 22 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 23 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 24 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 25 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 26 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 27 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 28 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 29 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 30 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 31 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 32 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> 33 https://bugreports.qt.io/rest/api/2/user?username=allan.jensen #> 34 https://bugreports.qt.io/rest/api/2/user?username=qt_webengine_team #> assignee_name assignee_key #> 1 qt_webengine_team qt_webengine_team #> 2 qt_webengine_team qt_webengine_team #> 3 qt_webengine_team qt_webengine_team #> 4 qt_webengine_team qt_webengine_team #> 5 qt_webengine_team qt_webengine_team #> 6 qt_webengine_team qt_webengine_team #> 7 davidsz davidsz #> 8 qt_webengine_team qt_webengine_team #> 9 qt_webengine_team qt_webengine_team #> 10 qt_webengine_team qt_webengine_team #> 11 qt_webengine_team qt_webengine_team #> 12 qt_webengine_team qt_webengine_team #> 13 qt_webengine_team qt_webengine_team #> 14 qt_webengine_team qt_webengine_team #> 15 qt_webengine_team qt_webengine_team #> 16 qt_webengine_team qt_webengine_team #> 17 qt_webengine_team qt_webengine_team #> 18 qt_webengine_team qt_webengine_team #> 19 kkohne kkohne #> 20 qt_webengine_team qt_webengine_team #> 21 qt_webengine_team qt_webengine_team #> 22 qt_webengine_team qt_webengine_team #> 23 qt_webengine_team qt_webengine_team #> 24 qt_webengine_team qt_webengine_team #> 25 qt_webengine_team qt_webengine_team #> 26 qt_webengine_team qt_webengine_team #> 27 qt_webengine_team qt_webengine_team #> 28 qt_webengine_team qt_webengine_team #> 29 qt_webengine_team qt_webengine_team #> 30 qt_webengine_team qt_webengine_team #> 31 qt_webengine_team qt_webengine_team #> 32 qt_webengine_team qt_webengine_team #> 33 allan.jensen allan.jensen #> 34 qt_webengine_team qt_webengine_team #> assignee_avatarurls_48x48 #> 1 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 2 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 3 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 4 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 5 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 6 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 7 https://bugreports.qt.io/secure/useravatar?ownerId=davidsz&avatarId=13574 #> 8 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 9 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 10 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 11 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 12 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 13 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 14 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 15 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 16 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 17 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 18 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 19 https://bugreports.qt.io/secure/useravatar?ownerId=kkohne&avatarId=13727 #> 20 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 21 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 22 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 23 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 24 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 25 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 26 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 27 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 28 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 29 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 30 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 31 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 32 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> 33 https://bugreports.qt.io/secure/useravatar?ownerId=allan.jensen&avatarId=13676 #> 34 https://bugreports.qt.io/secure/useravatar?ownerId=qt_webengine_team&avatarId=13712 #> assignee_avatarurls_24x24 #> 1 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 2 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 3 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 4 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 5 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 6 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 7 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=davidsz&avatarId=13574 #> 8 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 9 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 10 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 11 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 12 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 13 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 14 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 15 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 16 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 17 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 18 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 19 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=kkohne&avatarId=13727 #> 20 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 21 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 22 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 23 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 24 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 25 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 26 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 27 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 28 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 29 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 30 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 31 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 32 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> 33 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=allan.jensen&avatarId=13676 #> 34 https://bugreports.qt.io/secure/useravatar?size=small&ownerId=qt_webengine_team&avatarId=13712 #> assignee_avatarurls_16x16 #> 1 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 2 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 3 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 4 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 5 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 6 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 7 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=davidsz&avatarId=13574 #> 8 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 9 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 10 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 11 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 12 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 13 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 14 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 15 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 16 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 17 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 18 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 19 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=kkohne&avatarId=13727 #> 20 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 21 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 22 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 23 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 24 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 25 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 26 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 27 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 28 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 29 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 30 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 31 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 32 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> 33 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=allan.jensen&avatarId=13676 #> 34 https://bugreports.qt.io/secure/useravatar?size=xsmall&ownerId=qt_webengine_team&avatarId=13712 #> assignee_avatarurls_32x32 #> 1 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 2 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 3 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 4 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 5 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 6 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 7 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=davidsz&avatarId=13574 #> 8 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 9 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 10 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 11 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 12 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 13 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 14 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 15 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 16 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 17 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 18 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 19 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=kkohne&avatarId=13727 #> 20 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 21 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 22 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 23 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 24 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 25 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 26 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 27 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 28 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 29 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 30 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 31 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 32 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> 33 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=allan.jensen&avatarId=13676 #> 34 https://bugreports.qt.io/secure/useravatar?size=medium&ownerId=qt_webengine_team&avatarId=13712 #> assignee_displayname assignee_active assignee_timezone #> 1 Qt WebEngine Team TRUE Europe/Berlin #> 2 Qt WebEngine Team TRUE Europe/Berlin #> 3 Qt WebEngine Team TRUE Europe/Berlin #> 4 Qt WebEngine Team TRUE Europe/Berlin #> 5 Qt WebEngine Team TRUE Europe/Berlin #> 6 Qt WebEngine Team TRUE Europe/Berlin #> 7 Szabolcs David TRUE UTC #> 8 Qt WebEngine Team TRUE Europe/Berlin #> 9 Qt WebEngine Team TRUE Europe/Berlin #> 10 Qt WebEngine Team TRUE Europe/Berlin #> 11 Qt WebEngine Team TRUE Europe/Berlin #> 12 Qt WebEngine Team TRUE Europe/Berlin #> 13 Qt WebEngine Team TRUE Europe/Berlin #> 14 Qt WebEngine Team TRUE Europe/Berlin #> 15 Qt WebEngine Team TRUE Europe/Berlin #> 16 Qt WebEngine Team TRUE Europe/Berlin #> 17 Qt WebEngine Team TRUE Europe/Berlin #> 18 Qt WebEngine Team TRUE Europe/Berlin #> 19 Kai Köhne TRUE Europe/Berlin #> 20 Qt WebEngine Team TRUE Europe/Berlin #> 21 Qt WebEngine Team TRUE Europe/Berlin #> 22 Qt WebEngine Team TRUE Europe/Berlin #> 23 Qt WebEngine Team TRUE Europe/Berlin #> 24 Qt WebEngine Team TRUE Europe/Berlin #> 25 Qt WebEngine Team TRUE Europe/Berlin #> 26 Qt WebEngine Team TRUE Europe/Berlin #> 27 Qt WebEngine Team TRUE Europe/Berlin #> 28 Qt WebEngine Team TRUE Europe/Berlin #> 29 Qt WebEngine Team TRUE Europe/Berlin #> 30 Qt WebEngine Team TRUE Europe/Berlin #> 31 Qt WebEngine Team TRUE Europe/Berlin #> 32 Qt WebEngine Team TRUE Europe/Berlin #> 33 Allan Sandfeld Jensen TRUE Europe/Berlin #> 34 Qt WebEngine Team TRUE Europe/Berlin #> priority_self #> 1 https://bugreports.qt.io/rest/api/2/priority/6 #> 2 https://bugreports.qt.io/rest/api/2/priority/6 #> 3 https://bugreports.qt.io/rest/api/2/priority/6 #> 4 https://bugreports.qt.io/rest/api/2/priority/6 #> 5 https://bugreports.qt.io/rest/api/2/priority/3 #> 6 https://bugreports.qt.io/rest/api/2/priority/6 #> 7 https://bugreports.qt.io/rest/api/2/priority/2 #> 8 https://bugreports.qt.io/rest/api/2/priority/6 #> 9 https://bugreports.qt.io/rest/api/2/priority/6 #> 10 https://bugreports.qt.io/rest/api/2/priority/2 #> 11 https://bugreports.qt.io/rest/api/2/priority/6 #> 12 https://bugreports.qt.io/rest/api/2/priority/6 #> 13 https://bugreports.qt.io/rest/api/2/priority/6 #> 14 https://bugreports.qt.io/rest/api/2/priority/6 #> 15 https://bugreports.qt.io/rest/api/2/priority/6 #> 16 https://bugreports.qt.io/rest/api/2/priority/6 #> 17 https://bugreports.qt.io/rest/api/2/priority/3 #> 18 https://bugreports.qt.io/rest/api/2/priority/2 #> 19 https://bugreports.qt.io/rest/api/2/priority/3 #> 20 https://bugreports.qt.io/rest/api/2/priority/2 #> 21 https://bugreports.qt.io/rest/api/2/priority/4 #> 22 https://bugreports.qt.io/rest/api/2/priority/5 #> 23 https://bugreports.qt.io/rest/api/2/priority/3 #> 24 https://bugreports.qt.io/rest/api/2/priority/6 #> 25 https://bugreports.qt.io/rest/api/2/priority/6 #> 26 https://bugreports.qt.io/rest/api/2/priority/6 #> 27 https://bugreports.qt.io/rest/api/2/priority/6 #> 28 https://bugreports.qt.io/rest/api/2/priority/3 #> 29 https://bugreports.qt.io/rest/api/2/priority/4 #> 30 https://bugreports.qt.io/rest/api/2/priority/6 #> 31 https://bugreports.qt.io/rest/api/2/priority/4 #> 32 https://bugreports.qt.io/rest/api/2/priority/3 #> 33 https://bugreports.qt.io/rest/api/2/priority/2 #> 34 https://bugreports.qt.io/rest/api/2/priority/3 #> priority_iconurl #> 1 https://bugreports.qt.io/images/icons/help_16.gif #> 2 https://bugreports.qt.io/images/icons/help_16.gif #> 3 https://bugreports.qt.io/images/icons/help_16.gif #> 4 https://bugreports.qt.io/images/icons/help_16.gif #> 5 https://bugreports.qt.io/images/icons/priorities/major.svg #> 6 https://bugreports.qt.io/images/icons/help_16.gif #> 7 https://bugreports.qt.io/images/icons/priorities/critical.svg #> 8 https://bugreports.qt.io/images/icons/help_16.gif #> 9 https://bugreports.qt.io/images/icons/help_16.gif #> 10 https://bugreports.qt.io/images/icons/priorities/critical.svg #> 11 https://bugreports.qt.io/images/icons/help_16.gif #> 12 https://bugreports.qt.io/images/icons/help_16.gif #> 13 https://bugreports.qt.io/images/icons/help_16.gif #> 14 https://bugreports.qt.io/images/icons/help_16.gif #> 15 https://bugreports.qt.io/images/icons/help_16.gif #> 16 https://bugreports.qt.io/images/icons/help_16.gif #> 17 https://bugreports.qt.io/images/icons/priorities/major.svg #> 18 https://bugreports.qt.io/images/icons/priorities/critical.svg #> 19 https://bugreports.qt.io/images/icons/priorities/major.svg #> 20 https://bugreports.qt.io/images/icons/priorities/critical.svg #> 21 https://bugreports.qt.io/images/icons/priorities/minor.svg #> 22 https://bugreports.qt.io/images/icons/priorities/trivial.svg #> 23 https://bugreports.qt.io/images/icons/priorities/major.svg #> 24 https://bugreports.qt.io/images/icons/help_16.gif #> 25 https://bugreports.qt.io/images/icons/help_16.gif #> 26 https://bugreports.qt.io/images/icons/help_16.gif #> 27 https://bugreports.qt.io/images/icons/help_16.gif #> 28 https://bugreports.qt.io/images/icons/priorities/major.svg #> 29 https://bugreports.qt.io/images/icons/priorities/minor.svg #> 30 https://bugreports.qt.io/images/icons/help_16.gif #> 31 https://bugreports.qt.io/images/icons/priorities/minor.svg #> 32 https://bugreports.qt.io/images/icons/priorities/major.svg #> 33 https://bugreports.qt.io/images/icons/priorities/critical.svg #> 34 https://bugreports.qt.io/images/icons/priorities/major.svg #> priority_name priority_id updated #> 1 Not Evaluated 6 2021-05-12 22:56:00 #> 2 Not Evaluated 6 2021-04-13 03:07:00 #> 3 Not Evaluated 6 2020-09-28 10:15:00 #> 4 Not Evaluated 6 2020-05-12 10:21:00 #> 5 P2: Important 3 2020-05-06 10:49:00 #> 6 Not Evaluated 6 2020-03-06 13:47:00 #> 7 P1: Critical 2 2020-05-12 10:19:00 #> 8 Not Evaluated 6 2019-10-16 10:03:00 #> 9 Not Evaluated 6 2019-11-20 19:30:00 #> 10 P1: Critical 2 2019-07-02 02:26:00 #> 11 Not Evaluated 6 2019-06-28 17:39:00 #> 12 Not Evaluated 6 2018-09-05 08:37:00 #> 13 Not Evaluated 6 2018-11-19 15:38:00 #> 14 Not Evaluated 6 2018-05-04 10:44:00 #> 15 Not Evaluated 6 2018-05-07 04:16:00 #> 16 Not Evaluated 6 2018-05-04 10:44:00 #> 17 P2: Important 3 2018-03-27 10:54:00 #> 18 P1: Critical 2 2017-12-14 11:00:00 #> 19 P2: Important 3 2021-02-22 13:31:00 #> 20 P1: Critical 2 2017-09-12 13:47:00 #> 21 P3: Somewhat important 4 2017-11-30 15:31:00 #> 22 P4: Low 5 2017-11-30 11:17:00 #> 23 P2: Important 3 2019-08-16 13:29:00 #> 24 Not Evaluated 6 2017-12-05 11:09:00 #> 25 Not Evaluated 6 2017-10-17 11:49:00 #> 26 Not Evaluated 6 2016-12-22 12:30:00 #> 27 Not Evaluated 6 2016-09-23 22:16:00 #> 28 P2: Important 3 2016-09-08 12:43:00 #> 29 P3: Somewhat important 4 2021-01-13 14:53:00 #> 30 Not Evaluated 6 2017-10-17 11:53:00 #> 31 P3: Somewhat important 4 2017-11-06 13:04:00 #> 32 P2: Important 3 2017-11-06 13:05:00 #> 33 P1: Critical 2 2017-12-03 10:40:00 #> 34 P2: Important 3 2016-08-05 07:57:00 #> status_self #> 1 https://bugreports.qt.io/rest/api/2/status/10011 #> 2 https://bugreports.qt.io/rest/api/2/status/10011 #> 3 https://bugreports.qt.io/rest/api/2/status/10015 #> 4 https://bugreports.qt.io/rest/api/2/status/6 #> 5 https://bugreports.qt.io/rest/api/2/status/6 #> 6 https://bugreports.qt.io/rest/api/2/status/6 #> 7 https://bugreports.qt.io/rest/api/2/status/6 #> 8 https://bugreports.qt.io/rest/api/2/status/6 #> 9 https://bugreports.qt.io/rest/api/2/status/6 #> 10 https://bugreports.qt.io/rest/api/2/status/10011 #> 11 https://bugreports.qt.io/rest/api/2/status/6 #> 12 https://bugreports.qt.io/rest/api/2/status/6 #> 13 https://bugreports.qt.io/rest/api/2/status/6 #> 14 https://bugreports.qt.io/rest/api/2/status/6 #> 15 https://bugreports.qt.io/rest/api/2/status/6 #> 16 https://bugreports.qt.io/rest/api/2/status/6 #> 17 https://bugreports.qt.io/rest/api/2/status/6 #> 18 https://bugreports.qt.io/rest/api/2/status/6 #> 19 https://bugreports.qt.io/rest/api/2/status/6 #> 20 https://bugreports.qt.io/rest/api/2/status/6 #> 21 https://bugreports.qt.io/rest/api/2/status/6 #> 22 https://bugreports.qt.io/rest/api/2/status/6 #> 23 https://bugreports.qt.io/rest/api/2/status/10011 #> 24 https://bugreports.qt.io/rest/api/2/status/6 #> 25 https://bugreports.qt.io/rest/api/2/status/6 #> 26 https://bugreports.qt.io/rest/api/2/status/6 #> 27 https://bugreports.qt.io/rest/api/2/status/6 #> 28 https://bugreports.qt.io/rest/api/2/status/6 #> 29 https://bugreports.qt.io/rest/api/2/status/6 #> 30 https://bugreports.qt.io/rest/api/2/status/6 #> 31 https://bugreports.qt.io/rest/api/2/status/10011 #> 32 https://bugreports.qt.io/rest/api/2/status/10011 #> 33 https://bugreports.qt.io/rest/api/2/status/6 #> 34 https://bugreports.qt.io/rest/api/2/status/1 #> status_description #> 1 The issue has been reported, but no validation has been done on it. #> 2 The issue has been reported, but no validation has been done on it. #> 3 More information is needed to be able to proceed #> 4 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 5 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 6 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 7 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 8 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 9 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 10 The issue has been reported, but no validation has been done on it. #> 11 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 12 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 13 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 14 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 15 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 16 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 17 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 18 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 19 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 20 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 21 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 22 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 23 The issue has been reported, but no validation has been done on it. #> 24 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 25 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 26 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 27 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 28 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 29 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 30 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 31 The issue has been reported, but no validation has been done on it. #> 32 The issue has been reported, but no validation has been done on it. #> 33 The issue is considered finished, the resolution is correct. Issues which are closed can be reopened. #> 34 The issue is open and ready for the assignee to start work on it. #> status_iconurl status_name #> 1 https://bugreports.qt.io/images/icons/statuses/email.png Reported #> 2 https://bugreports.qt.io/images/icons/statuses/email.png Reported #> 3 https://bugreports.qt.io/images/icons/statuses/needinfo.png Need More Info #> 4 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 5 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 6 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 7 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 8 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 9 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 10 https://bugreports.qt.io/images/icons/statuses/email.png Reported #> 11 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 12 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 13 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 14 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 15 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 16 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 17 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 18 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 19 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 20 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 21 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 22 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 23 https://bugreports.qt.io/images/icons/statuses/email.png Reported #> 24 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 25 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 26 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 27 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 28 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 29 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 30 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 31 https://bugreports.qt.io/images/icons/statuses/email.png Reported #> 32 https://bugreports.qt.io/images/icons/statuses/email.png Reported #> 33 https://bugreports.qt.io/images/icons/statuses/trash.png Closed #> 34 https://bugreports.qt.io/images/icons/statuses/open.png Open #> status_id status_statuscategory_self #> 1 10011 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> 2 10011 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> 3 10015 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 4 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 5 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 6 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 7 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 8 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 9 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 10 10011 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> 11 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 12 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 13 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 14 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 15 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 16 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 17 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 18 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 19 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 20 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 21 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 22 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 23 10011 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> 24 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 25 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 26 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 27 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 28 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 29 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 30 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 31 10011 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> 32 10011 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> 33 6 https://bugreports.qt.io/rest/api/2/statuscategory/3 #> 34 1 https://bugreports.qt.io/rest/api/2/statuscategory/2 #> status_statuscategory_id status_statuscategory_key #> 1 2 new #> 2 2 new #> 3 3 done #> 4 3 done #> 5 3 done #> 6 3 done #> 7 3 done #> 8 3 done #> 9 3 done #> 10 2 new #> 11 3 done #> 12 3 done #> 13 3 done #> 14 3 done #> 15 3 done #> 16 3 done #> 17 3 done #> 18 3 done #> 19 3 done #> 20 3 done #> 21 3 done #> 22 3 done #> 23 2 new #> 24 3 done #> 25 3 done #> 26 3 done #> 27 3 done #> 28 3 done #> 29 3 done #> 30 3 done #> 31 2 new #> 32 2 new #> 33 3 done #> 34 2 new #> status_statuscategory_colorname status_statuscategory_name #> 1 blue-gray To Do #> 2 blue-gray To Do #> 3 green Done #> 4 green Done #> 5 green Done #> 6 green Done #> 7 green Done #> 8 green Done #> 9 green Done #> 10 blue-gray To Do #> 11 green Done #> 12 green Done #> 13 green Done #> 14 green Done #> 15 green Done #> 16 green Done #> 17 green Done #> 18 green Done #> 19 green Done #> 20 green Done #> 21 green Done #> 22 green Done #> 23 blue-gray To Do #> 24 green Done #> 25 green Done #> 26 green Done #> 27 green Done #> 28 green Done #> 29 green Done #> 30 green Done #> 31 blue-gray To Do #> 32 blue-gray To Do #> 33 green Done #> 34 blue-gray To Do