jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
Build #1785266 2025-02-20 15:45:06
# rustc version
rustc 1.87.0-nightly (f280acf4c 2025-02-19)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/jira-api-v2-1.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/jira-api-v2-1.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250219-1.87.0-nightly-f280acf4c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 64ceb220053b6c4e20d4db5075c9ce13df90ebd249588c64c99cf4f314d68ddd
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "64ceb220053b6c4e20d4db5075c9ce13df90ebd249588c64c99cf4f314d68ddd", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting jira-api-v2 v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `em>`
[INFO] [stderr]   --> src/models/search_request_bean.rs:31:22
[INFO] [stderr]    |
[INFO] [stderr] 31 |     /// Use [expand](em>#expansion) to include additional information about issues in the response. Note that, unlike the majority of ins...
[INFO] [stderr]    |                      ^^^^^^^^^^^^^ unbalanced angle brackets
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `em>`
[INFO] [stderr]   --> src/models/version.rs:17:22
[INFO] [stderr]    |
[INFO] [stderr] 17 |     /// Use [expand](em>#expansion) to include additional information about version in the response. This parameter accepts a comma-separ...
[INFO] [stderr]    |                      ^^^^^^^^^^^^^ unbalanced angle brackets
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/filter.rs:35:93
[INFO] [stderr]    |
[INFO] [stderr] 35 | ...ing the ID of the filter. For example, *https://your-domain.atlassian.net/issues/?filter=10100*.
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 35 |     /// A URL to view the filter results in Jira, using the ID of the filter. For example, *<https://your-domain.atlassian.net/issues/?filter=10100>*.
[INFO] [stderr]    |                                                                                             +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/filter.rs:38:209
[INFO] [stderr]    |
[INFO] [stderr] 38 | ...ults. For example, *https://your-domain.atlassian.net/rest/api/2/search?jql=project+%3D+SSP+AND+issuetype+%3D+Bug*.
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 38 |     /// A URL to view the filter results in Jira, using the [Search for issues using JQL](#api-rest-api-2-filter-search-get) operation with the filter's JQL string to return the filter results. For example, *<https://your-domain.atlassian.net/rest/api/2/search?jql=project+%3D+SSP+AND+issuetype+%3D+Bug>*.
[INFO] [stderr]    |                                                                                                                                                                                                                 +                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/filter_details.rs:35:93
[INFO] [stderr]    |
[INFO] [stderr] 35 | ...ing the ID of the filter. For example, *https://your-domain.atlassian.net/issues/?filter=10100*.
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 35 |     /// A URL to view the filter results in Jira, using the ID of the filter. For example, *<https://your-domain.atlassian.net/issues/?filter=10100>*.
[INFO] [stderr]    |                                                                                             +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/filter_details.rs:38:209
[INFO] [stderr]    |
[INFO] [stderr] 38 | ...ults. For example, *https://your-domain.atlassian.net/rest/api/2/search?jql=project+%3D+SSP+AND+issuetype+%3D+Bug*.
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 38 |     /// A URL to view the filter results in Jira, using the [Search for issues using JQL](#api-rest-api-2-filter-search-get) operation with the filter's JQL string to return the filter results. For example, *<https://your-domain.atlassian.net/rest/api/2/search?jql=project+%3D+SSP+AND+issuetype+%3D+Bug>*.
[INFO] [stderr]    |                                                                                                                                                                                                                 +                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/issue_field_option_create_bean.rs:19:136
[INFO] [stderr]    |
[INFO] [stderr] 19 | ...he extractions (see https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/) are defined in the...
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 19 |     /// The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see <https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/>) are defined in the descriptor for the issue field module.
[INFO] [stderr]    |                                                                                                                                        +                                                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: `jira-api-v2` (lib doc) generated 7 warnings (run `cargo fix --lib -p jira-api-v2` to apply 5 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/jira_api_v2/index.html
[INFO] running `Command { std: "docker" "inspect" "64ceb220053b6c4e20d4db5075c9ce13df90ebd249588c64c99cf4f314d68ddd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64ceb220053b6c4e20d4db5075c9ce13df90ebd249588c64c99cf4f314d68ddd", kill_on_drop: false }`
[INFO] [stdout] 64ceb220053b6c4e20d4db5075c9ce13df90ebd249588c64c99cf4f314d68ddd